#CCF990

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

Shades of Reef #CCF990

Tints of Reef #CCF990

Color information

#CCF990 (or 0xCCF990) is unknown color: approx Reef. HEX triplet: CC, F9 and 90. RGB value is (204,249,144). Sum of RGB (Red+Green+Blue) = 204+249+144=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 249 (97.66% from 255 or 41.71% from 597); Blue value is 144 (56.64% from 255 or 24.12% from 597); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF990 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF990 is #33066F. Grayscale: #DFDFDF. Windows color (decimal): -3343984 or 9501132. OLE color: 9501132.

HSL color Cylindrical-coordinate representation of color #CCF990: hue angle of 85.71º 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 #CCF990 is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB204249144-
CMYK0.1800.420.02
HSL85.71º89.74%77.06%-
HSV(B)85.71º42.17%97.65%-
XYZ63.8182.638.97-
YUV223.5883.09114.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.17%
GREEN value IS 249 (97.66% from 255) = 41.71%
BLUE value IS 144 (56.64% from 255) = 24.12%
R=34.17%
G=41.71%
B=24.12%

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
Decimal2042491440.1800.420.0285.7189.7477.06
HexCCF9901202A2565a4d
Octal314371220220522126132115
Binary11001100111110011001000010010010101010101011010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF990; }

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

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

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

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

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

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

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

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