#CDEE98

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

Shades of Reef #CDEE98

Tints of Reef #CDEE98

Color information

#CDEE98 (or 0xCDEE98) is unknown color: approx Reef. HEX triplet: CD, EE and 98. RGB value is (205,238,152). Sum of RGB (Red+Green+Blue) = 205+238+152=595 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.45% from 595); Green value is 238 (93.36% from 255 or 40% from 595); Blue value is 152 (59.77% from 255 or 25.55% from 595); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEE98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEE98 is #321167. Grayscale: #DADADA. Windows color (decimal): -3281256 or 10022605. OLE color: 10022605.

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

Color convert

RGB205238152-
CMYK0.1400.360.07
HSL83.02º71.67%76.47%-
HSV(B)83.02º36.13%93.33%-
XYZ61.4276.441.21-
YUV218.3390.57118.49-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.45%
GREEN value IS 238 (93.36% from 255) = 40%
BLUE value IS 152 (59.77% from 255) = 25.55%
R=34.45%
G=40%
B=25.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052381520.1400.360.0783.0271.6776.47
HexCDEE98E024753484c
Octal315356230160447123110114
Binary11001101111011101001100011100100100111101001110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEE98; }

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

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

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

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

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

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

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

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