Html Css Color HEX #CCF896 Reef

📋 copy color: '#CCF896'

red 204 ◦ green 248 ◦ blue 150

#CCF896
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #CCF896

Tints of Reef #CCF896

RGB

 RED value IS 204 (80.08% from 255) = 33.89%

 GREEN value IS 248 (97.27% from 255) = 41.2%

 BLUE value IS 150 (58.98% from 255) = 24.92%

R = 33.89%
G = 41.2%
B = 24.92%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#CCF896 (or 0xCCF896) is known color: Reef. HEX triplet: CC, F8 and 96. RGB value is (204,248,150). Sum of RGB (Red+Green+Blue) = 204+248+150=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 248 (97.27% from 255 or 41.20% from 602); Blue value is 150 (58.98% from 255 or 24.92% from 602); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF896 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF896 is #330769. Grayscale: #E0E0E0. Windows color (decimal): -3344234 or 9894092. OLE color: 9894092.

HSL color Cylindrical-coordinate representation of color #CCF896: hue angle of 86.94º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCF896 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 248 150 -
CMYK 0.18 0 0.40 0.03
HSL 86.94º 0.88% 0.78% -
HSV(B) 86.94º 0.4% 0.97% -
XYZ 63.97 82.17 41.34 -
YUV 223.67 86.42 113.97 -
System Red Green Blue C M Y K H S L
Decimal 204 248 150 0.18 0 0.40 0.03 86.94 0.88 0.78
Hex CC F8 96 12 0 28 3 57 58 4E
Octal 314 370 226 22 0 50 3 127 130 116
Binary 11001100 11111000 10010110 10010 0 101000 11 1010111 1011000 1001110

Color Harmonies of #CCF896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF896

Black with #CCF896

Text Example


Text Example

White with #CCF896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF896; }

 p { color: rgb(204,248,150); }

 H1.HeaderClassName
 {
   color: #CCF896;
 }
 .AnyTagClassName
 {
   color: #CCF896;
 }
</style>

background-color css

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

 a { background-color: rgb(204,248,150); }

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

border-color css

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

 span { border-color: rgb(204,248,150); }

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