Html Css Color HEX #CCFC9D Reef

📋 copy color: '#CCFC9D'

red 204 ◦ green 252 ◦ blue 157

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

Shades of Reef #CCFC9D

Tints of Reef #CCFC9D

RGB

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

 GREEN value IS 252 (98.83% from 255) = 41.11%

 BLUE value IS 157 (61.72% from 255) = 25.61%

R = 33.28%
G = 41.11%
B = 25.61%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#CCFC9D (or 0xCCFC9D) is known color: Reef. HEX triplet: CC, FC and 9D. RGB value is (204,252,157). Sum of RGB (Red+Green+Blue) = 204+252+157=613 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.28% from 613); Green value is 252 (98.83% from 255 or 41.11% from 613); Blue value is 157 (61.72% from 255 or 25.61% from 613); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFC9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFC9D is #330362. Grayscale: #E3E3E3. Windows color (decimal): -3343203 or 10353868. OLE color: 10353868.

HSL color Cylindrical-coordinate representation of color #CCFC9D: hue angle of 90.32º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CCFC9D is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 252 157 -
CMYK 0.19 0 0.38 0.01
HSL 90.32º 0.94% 0.8% -
HSV(B) 90.32º 0.38% 0.99% -
XYZ 65.8 84.89 44.82 -
YUV 226.82 88.6 111.72 -
System Red Green Blue C M Y K H S L
Decimal 204 252 157 0.19 0 0.38 0.01 90.32 0.94 0.8
Hex CC FC 9D 13 0 26 1 5A 5E 50
Octal 314 374 235 23 0 46 1 132 136 120
Binary 11001100 11111100 10011101 10011 0 100110 1 1011010 1011110 1010000

Color Harmonies of #CCFC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFC9D

Black with #CCFC9D

Text Example


Text Example

White with #CCFC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFC9D; }

 p { color: rgb(204,252,157); }

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

background-color css

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

 a { background-color: rgb(204,252,157); }

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

border-color css

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

 span { border-color: rgb(204,252,157); }

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