Html Css Color HEX #CCF296 Reef

📋 copy color: '#CCF296'

red 204 ◦ green 242 ◦ blue 150

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

Shades of Reef #CCF296

Tints of Reef #CCF296

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.6%

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

R = 34.23%
G = 40.6%
B = 25.17%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#CCF296 (or 0xCCF296) is known color: Reef. HEX triplet: CC, F2 and 96. RGB value is (204,242,150). Sum of RGB (Red+Green+Blue) = 204+242+150=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 242 (94.92% from 255 or 40.60% from 596); Blue value is 150 (58.98% from 255 or 25.17% from 596); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF296 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF296 is #330D69. Grayscale: #DCDCDC. Windows color (decimal): -3345770 or 9892556. OLE color: 9892556.

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

Color convert

RGB 204 242 150 -
CMYK 0.16 0 0.38 0.05
HSL 84.78º 0.78% 0.77% -
HSV(B) 84.78º 0.38% 0.95% -
XYZ 62.16 78.54 40.74 -
YUV 220.15 88.41 116.48 -
System Red Green Blue C M Y K H S L
Decimal 204 242 150 0.16 0 0.38 0.05 84.78 0.78 0.77
Hex CC F2 96 10 0 26 5 55 4E 4D
Octal 314 362 226 20 0 46 5 125 116 115
Binary 11001100 11110010 10010110 10000 0 100110 101 1010101 1001110 1001101

Color Harmonies of #CCF296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF296

Black with #CCF296

Text Example


Text Example

White with #CCF296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF296; }

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

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

background-color css

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

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

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

border-color css

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

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

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