#CDF990

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

Shades of Reef #CDF990

Tints of Reef #CDF990

Color information

#CDF990 (or 0xCDF990) is unknown color: approx Reef. HEX triplet: CD, F9 and 90. RGB value is (205,249,144). Sum of RGB (Red+Green+Blue) = 205+249+144=598 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.28% from 598); Green value is 249 (97.66% from 255 or 41.64% from 598); Blue value is 144 (56.64% from 255 or 24.08% from 598); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF990 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF990 is #32066F. Grayscale: #E0E0E0. Windows color (decimal): -3278448 or 9501133. OLE color: 9501133.

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

Color convert

RGB205249144-
CMYK0.1800.420.02
HSL85.14º89.74%77.06%-
HSV(B)85.14º42.17%97.65%-
XYZ64.0982.7438.98-
YUV223.8782.92114.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.28%
GREEN value IS 249 (97.66% from 255) = 41.64%
BLUE value IS 144 (56.64% from 255) = 24.08%
R=34.28%
G=41.64%
B=24.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052491440.1800.420.0285.1489.7477.06
HexCDF9901202A2555a4d
Octal315371220220522125132115
Binary11001101111110011001000010010010101010101010110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF990; }

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

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

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

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

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

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

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

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