Html Css Color HEX #CCF396 Reef

📋 copy color: '#CCF396'

red 204 ◦ green 243 ◦ blue 150

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

Shades of Reef #CCF396

Tints of Reef #CCF396

RGB

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

 GREEN value IS 243 (95.31% from 255) = 40.7%

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

R = 34.17%
G = 40.7%
B = 25.13%

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

#CCF396 (or 0xCCF396) is known color: Reef. HEX triplet: CC, F3 and 96. RGB value is (204,243,150). Sum of RGB (Red+Green+Blue) = 204+243+150=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 243 (95.31% from 255 or 40.70% from 597); Blue value is 150 (58.98% from 255 or 25.13% from 597); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF396 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF396 is #330C69. Grayscale: #DDDDDD. Windows color (decimal): -3345514 or 9892812. OLE color: 9892812.

HSL color Cylindrical-coordinate representation of color #CCF396: hue angle of 85.16º degrees, saturation: 0.79, 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 #CCF396 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 243 150 -
CMYK 0.16 0 0.38 0.05
HSL 85.16º 0.79% 0.77% -
HSV(B) 85.16º 0.38% 0.95% -
XYZ 62.46 79.14 40.84 -
YUV 220.74 88.08 116.06 -
System Red Green Blue C M Y K H S L
Decimal 204 243 150 0.16 0 0.38 0.05 85.16 0.79 0.77
Hex CC F3 96 10 0 26 5 55 4F 4D
Octal 314 363 226 20 0 46 5 125 117 115
Binary 11001100 11110011 10010110 10000 0 100110 101 1010101 1001111 1001101

Color Harmonies of #CCF396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF396

Black with #CCF396

Text Example


Text Example

White with #CCF396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF396; }

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

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

background-color css

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

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

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

border-color css

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

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

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