#CDF19F

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

Shades of Reef #CDF19F

Tints of Reef #CDF19F

Color information

#CDF19F (or 0xCDF19F) is unknown color: approx Reef. HEX triplet: CD, F1 and 9F. RGB value is (205,241,159). Sum of RGB (Red+Green+Blue) = 205+241+159=605 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.88% from 605); Green value is 241 (94.53% from 255 or 39.83% from 605); Blue value is 159 (62.5% from 255 or 26.28% from 605); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF19F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF19F is #320E60. Grayscale: #DDDDDD. Windows color (decimal): -3280481 or 10482125. OLE color: 10482125.

HSL color Cylindrical-coordinate representation of color #CDF19F: hue angle of 86.34º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CDF19F is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB205241159-
CMYK0.1500.340.05
HSL86.34º74.55%78.43%-
HSV(B)86.34º34.02%94.51%-
XYZ62.8978.3944.62-
YUV220.8993.07116.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.88%
GREEN value IS 241 (94.53% from 255) = 39.83%
BLUE value IS 159 (62.5% from 255) = 26.28%
R=33.88%
G=39.83%
B=26.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2052411590.1500.340.0586.3474.5578.43
HexCDF19FF0225564b4e
Octal315361237170425126113116
Binary11001101111100011001111111110100010101101011010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF19F; }

 p { color: rgb(205,241,159); }

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

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

 a { background-color: rgb(205,241,159); }

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

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

 span { border-color: rgb(205,241,159); }

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