#CDEE92

Color #CDEE92 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #CDEE92

Tints of Reef #CDEE92

Color information

#CDEE92 (or 0xCDEE92) is unknown color: approx Reef. HEX triplet: CD, EE and 92. RGB value is (205,238,146). Sum of RGB (Red+Green+Blue) = 205+238+146=589 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.80% from 589); Green value is 238 (93.36% from 255 or 40.41% from 589); Blue value is 146 (57.42% from 255 or 24.79% from 589); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEE92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEE92 is #32116D. Grayscale: #D9D9D9. Windows color (decimal): -3281262 or 9629389. OLE color: 9629389.

HSL color Cylindrical-coordinate representation of color #CDEE92: hue angle of 81.52º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CDEE92 is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB205238146-
CMYK0.1400.390.07
HSL81.52º73.02%75.29%-
HSV(B)81.52º38.66%93.33%-
XYZ60.9476.238.69-
YUV217.6487.57118.98-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.80%
GREEN value IS 238 (93.36% from 255) = 40.41%
BLUE value IS 146 (57.42% from 255) = 24.79%
R=34.80%
G=40.41%
B=24.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052381460.1400.390.0781.5273.0275.29
HexCDEE92E027752494b
Octal315356222160477122111113
Binary11001101111011101001001011100100111111101001010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEE92; }

 p { color: rgb(205,238,146); }

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

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

 a { background-color: rgb(205,238,146); }

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

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

 span { border-color: rgb(205,238,146); }

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