#69D271

Color #69D271 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #69D271

Tints of Pastel Green #69D271

Color information

#69D271 (or 0x69D271) is unknown color: approx Pastel Green. HEX triplet: 69, D2 and 71. RGB value is (105,210,113). Sum of RGB (Red+Green+Blue) = 105+210+113=428 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.53% from 428); Green value is 210 (82.42% from 255 or 49.07% from 428); Blue value is 113 (44.53% from 255 or 26.40% from 428); Max value from RGB is 210 - color contains mainly: green. Hex color #69D271 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D271 is #962D8E. Grayscale: #A7A7A7. Windows color (decimal): -9842063 or 7459433. OLE color: 7459433.

HSL color Cylindrical-coordinate representation of color #69D271: hue angle of 124.57º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69D271 is Cyan = 0.50, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB105210113-
CMYK0.5000.460.18
HSL124.57º53.85%61.76%-
HSV(B)124.57º50%82.35%-
XYZ31.8550.2923.65-
YUV167.5597.2183.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 24.53%
GREEN value IS 210 (82.42% from 255) = 49.07%
BLUE value IS 113 (44.53% from 255) = 26.40%
R=24.53%
G=49.07%
B=26.40%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1052101130.5000.460.18124.5753.8561.76
Hex69D2713202E127d363e
Octal15132216162056221756676
Binary11010011101001011100011100100101110100101111101110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69D271; }

 p { color: rgb(105,210,113); }

 H1.HeaderClassName
 {
   color: #69D271;
 }
 .AnyTagClassName
 {
   color: #69D271;
 }
</style>
background-color css

<style>
 a { background-color: #69D271; }

 a { background-color: rgb(105,210,113); }

 div.DivClassName
 {
   background-color: #69D271;
 }
 .BgClassName
 {
   background-color: #69D271;
 }
</style>
border-color css

<style>
 span { border-color: #69D271; }

 span { border-color: rgb(105,210,113); }

 td.TdClassName
 {
   border-color: #69D271;
 }
 .TagClassName
 {
   border-color: #69D271;
 }
</style>