#CCF19A

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

Shades of Reef #CCF19A

Tints of Reef #CCF19A

Color information

#CCF19A (or 0xCCF19A) is unknown color: approx Reef. HEX triplet: CC, F1 and 9A. RGB value is (204,241,154). Sum of RGB (Red+Green+Blue) = 204+241+154=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 241 (94.53% from 255 or 40.23% from 599); Blue value is 154 (60.55% from 255 or 25.71% from 599); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF19A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF19A is #330E65. Grayscale: #DCDCDC. Windows color (decimal): -3346022 or 10154444. OLE color: 10154444.

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

Color convert

RGB204241154-
CMYK0.1500.360.05
HSL85.52º75.65%77.45%-
HSV(B)85.52º36.1%94.51%-
XYZ62.1978.0842.37-
YUV220.0290.74116.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.06%
GREEN value IS 241 (94.53% from 255) = 40.23%
BLUE value IS 154 (60.55% from 255) = 25.71%
R=34.06%
G=40.23%
B=25.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042411540.1500.360.0585.5275.6577.45
HexCCF19AF0245564c4d
Octal314361232170445126114115
Binary11001100111100011001101011110100100101101011010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF19A; }

 p { color: rgb(204,241,154); }

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

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

 a { background-color: rgb(204,241,154); }

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

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

 span { border-color: rgb(204,241,154); }

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