#69D864

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

Shades of Pastel Green #69D864

Tints of Pastel Green #69D864

Color information

#69D864 (or 0x69D864) is unknown color: approx Pastel Green. HEX triplet: 69, D8 and 64. RGB value is (105,216,100). Sum of RGB (Red+Green+Blue) = 105+216+100=421 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.94% from 421); Green value is 216 (84.77% from 255 or 51.31% from 421); Blue value is 100 (39.45% from 255 or 23.75% from 421); Max value from RGB is 216 - color contains mainly: green. Hex color #69D864 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D864 is #96279B. Grayscale: #A9A9A9. Windows color (decimal): -9840540 or 6609001. OLE color: 6609001.

HSL color Cylindrical-coordinate representation of color #69D864: hue angle of 117.41º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69D864 is Cyan = 0.51, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB105216100-
CMYK0.5100.540.15
HSL117.41º59.79%61.96%-
HSV(B)117.41º53.7%84.71%-
XYZ32.6853.0420.57-
YUV169.5988.7381.93-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.94%
GREEN value IS 216 (84.77% from 255) = 51.31%
BLUE value IS 100 (39.45% from 255) = 23.75%
R=24.94%
G=51.31%
B=23.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1052161000.5100.540.15117.4159.7961.96
Hex69D86433036F753c3e
Octal15133014463066171657476
Binary1101001110110001100100110011011011011111110101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,216,100); }

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

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

 a { background-color: rgb(105,216,100); }

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

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

 span { border-color: rgb(105,216,100); }

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