Html Css Color HEX #CCF996 Reef

📋 copy color: '#CCF996'

red 204 ◦ green 249 ◦ blue 150

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

Shades of Reef #CCF996

Tints of Reef #CCF996

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.29%

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

R = 33.83%
G = 41.29%
B = 24.88%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#CCF996 (or 0xCCF996) is known color: Reef. HEX triplet: CC, F9 and 96. RGB value is (204,249,150). Sum of RGB (Red+Green+Blue) = 204+249+150=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 249 (97.66% from 255 or 41.29% from 603); Blue value is 150 (58.98% from 255 or 24.88% from 603); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF996 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF996 is #330669. Grayscale: #E0E0E0. Windows color (decimal): -3343978 or 9894348. OLE color: 9894348.

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

Color convert

RGB 204 249 150 -
CMYK 0.18 0 0.40 0.02
HSL 87.27º 0.89% 0.78% -
HSV(B) 87.27º 0.4% 0.98% -
XYZ 64.28 82.79 41.45 -
YUV 224.26 86.09 113.55 -
System Red Green Blue C M Y K H S L
Decimal 204 249 150 0.18 0 0.40 0.02 87.27 0.89 0.78
Hex CC F9 96 12 0 28 2 57 59 4E
Octal 314 371 226 22 0 50 2 127 131 116
Binary 11001100 11111001 10010110 10010 0 101000 10 1010111 1011001 1001110

Color Harmonies of #CCF996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF996

Black with #CCF996

Text Example


Text Example

White with #CCF996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF996; }

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

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

background-color css

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

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

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

border-color css

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

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

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