Html Css Color HEX #CCF697 Reef

📋 copy color: '#CCF697'

red 204 ◦ green 246 ◦ blue 151

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

Shades of Reef #CCF697

Tints of Reef #CCF697

RGB

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

 GREEN value IS 246 (96.48% from 255) = 40.93%

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

R = 33.94%
G = 40.93%
B = 25.12%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#CCF697 (or 0xCCF697) is known color: Reef. HEX triplet: CC, F6 and 97. RGB value is (204,246,151). Sum of RGB (Red+Green+Blue) = 204+246+151=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 246 (96.48% from 255 or 40.93% from 601); Blue value is 151 (59.38% from 255 or 25.12% from 601); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF697 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF697 is #330968. Grayscale: #DEDEDE. Windows color (decimal): -3344745 or 9959116. OLE color: 9959116.

HSL color Cylindrical-coordinate representation of color #CCF697: hue angle of 86.53º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CCF697 is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 246 151 -
CMYK 0.17 0 0.39 0.04
HSL 86.53º 0.84% 0.78% -
HSV(B) 86.53º 0.39% 0.96% -
XYZ 63.44 80.98 41.57 -
YUV 222.61 87.59 114.72 -
System Red Green Blue C M Y K H S L
Decimal 204 246 151 0.17 0 0.39 0.04 86.53 0.84 0.78
Hex CC F6 97 11 0 27 4 57 54 4E
Octal 314 366 227 21 0 47 4 127 124 116
Binary 11001100 11110110 10010111 10001 0 100111 100 1010111 1010100 1001110

Color Harmonies of #CCF697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF697

Black with #CCF697

Text Example


Text Example

White with #CCF697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF697; }

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

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

background-color css

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

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

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

border-color css

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

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

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