Html Css Color HEX #CCF497 Reef

📋 copy color: '#CCF497'

red 204 ◦ green 244 ◦ blue 151

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

Shades of Reef #CCF497

Tints of Reef #CCF497

RGB

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

 GREEN value IS 244 (95.7% from 255) = 40.73%

 BLUE value IS 151 (59.38% from 255) = 25.21%

R = 34.06%
G = 40.73%
B = 25.21%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#CCF497 (or 0xCCF497) is known color: Reef. HEX triplet: CC, F4 and 97. RGB value is (204,244,151). Sum of RGB (Red+Green+Blue) = 204+244+151=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 244 (95.70% from 255 or 40.73% from 599); Blue value is 151 (59.38% from 255 or 25.21% from 599); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF497 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF497 is #330B68. Grayscale: #DDDDDD. Windows color (decimal): -3345257 or 9958604. OLE color: 9958604.

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

Color convert

RGB 204 244 151 -
CMYK 0.16 0 0.38 0.04
HSL 85.81º 0.81% 0.77% -
HSV(B) 85.81º 0.38% 0.96% -
XYZ 62.84 79.77 41.36 -
YUV 221.44 88.25 115.56 -
System Red Green Blue C M Y K H S L
Decimal 204 244 151 0.16 0 0.38 0.04 85.81 0.81 0.77
Hex CC F4 97 10 0 26 4 56 51 4D
Octal 314 364 227 20 0 46 4 126 121 115
Binary 11001100 11110100 10010111 10000 0 100110 100 1010110 1010001 1001101

Color Harmonies of #CCF497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF497

Black with #CCF497

Text Example


Text Example

White with #CCF497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF497; }

 p { color: rgb(204,244,151); }

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

background-color css

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

 a { background-color: rgb(204,244,151); }

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

border-color css

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

 span { border-color: rgb(204,244,151); }

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