#CDF99E

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

Shades of Reef #CDF99E

Tints of Reef #CDF99E

Color information

#CDF99E (or 0xCDF99E) is unknown color: approx Reef. HEX triplet: CD, F9 and 9E. RGB value is (205,249,158). Sum of RGB (Red+Green+Blue) = 205+249+158=612 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.50% from 612); Green value is 249 (97.66% from 255 or 40.69% from 612); Blue value is 158 (62.11% from 255 or 25.82% from 612); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF99E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF99E is #320661. Grayscale: #E1E1E1. Windows color (decimal): -3278434 or 10418637. OLE color: 10418637.

HSL color Cylindrical-coordinate representation of color #CDF99E: hue angle of 89.01º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CDF99E is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB205249158-
CMYK0.1800.370.02
HSL89.01º88.35%79.8%-
HSV(B)89.01º36.55%97.65%-
XYZ65.2283.244.97-
YUV225.4789.92113.4-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.50%
GREEN value IS 249 (97.66% from 255) = 40.69%
BLUE value IS 158 (62.11% from 255) = 25.82%
R=33.50%
G=40.69%
B=25.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052491580.1800.370.0289.0188.3579.8
HexCDF99E120252595850
Octal315371236220452131130120
Binary11001101111110011001111010010010010110101100110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF99E; }

 p { color: rgb(205,249,158); }

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

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

 a { background-color: rgb(205,249,158); }

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

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

 span { border-color: rgb(205,249,158); }

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