Html Css Color HEX #CCFC9A Reef

📋 copy color: '#CCFC9A'

red 204 ◦ green 252 ◦ blue 154

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

Shades of Reef #CCFC9A

Tints of Reef #CCFC9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 25.25%

R = 33.44%
G = 41.31%
B = 25.25%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#CCFC9A (or 0xCCFC9A) is known color: Reef. HEX triplet: CC, FC and 9A. RGB value is (204,252,154). Sum of RGB (Red+Green+Blue) = 204+252+154=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 252 (98.83% from 255 or 41.31% from 610); Blue value is 154 (60.55% from 255 or 25.25% from 610); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFC9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFC9A is #330365. Grayscale: #E2E2E2. Windows color (decimal): -3343206 or 10157260. OLE color: 10157260.

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

Color convert

RGB 204 252 154 -
CMYK 0.19 0 0.39 0.01
HSL 89.39º 0.94% 0.8% -
HSV(B) 89.39º 0.39% 0.99% -
XYZ 65.54 84.79 43.48 -
YUV 226.48 87.1 111.97 -
System Red Green Blue C M Y K H S L
Decimal 204 252 154 0.19 0 0.39 0.01 89.39 0.94 0.8
Hex CC FC 9A 13 0 27 1 59 5E 50
Octal 314 374 232 23 0 47 1 131 136 120
Binary 11001100 11111100 10011010 10011 0 100111 1 1011001 1011110 1010000

Color Harmonies of #CCFC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFC9A

Black with #CCFC9A

Text Example


Text Example

White with #CCFC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFC9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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