Html Css Color HEX #CCFC9B Reef

📋 copy color: '#CCFC9B'

red 204 ◦ green 252 ◦ blue 155

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

Shades of Reef #CCFC9B

Tints of Reef #CCFC9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 25.37%

R = 33.39%
G = 41.24%
B = 25.37%

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

#CCFC9B (or 0xCCFC9B) is known color: Reef. HEX triplet: CC, FC and 9B. RGB value is (204,252,155). Sum of RGB (Red+Green+Blue) = 204+252+155=611 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.39% from 611); Green value is 252 (98.83% from 255 or 41.24% from 611); Blue value is 155 (60.94% from 255 or 25.37% from 611); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFC9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFC9B is #330364. Grayscale: #E2E2E2. Windows color (decimal): -3343205 or 10222796. OLE color: 10222796.

HSL color Cylindrical-coordinate representation of color #CCFC9B: hue angle of 89.69º 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 #CCFC9B is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 252 155 -
CMYK 0.19 0 0.38 0.01
HSL 89.69º 0.94% 0.8% -
HSV(B) 89.69º 0.38% 0.99% -
XYZ 65.63 84.82 43.92 -
YUV 226.59 87.6 111.89 -
System Red Green Blue C M Y K H S L
Decimal 204 252 155 0.19 0 0.38 0.01 89.69 0.94 0.8
Hex CC FC 9B 13 0 26 1 5A 5E 50
Octal 314 374 233 23 0 46 1 132 136 120
Binary 11001100 11111100 10011011 10011 0 100110 1 1011010 1011110 1010000

Color Harmonies of #CCFC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFC9B

Black with #CCFC9B

Text Example


Text Example

White with #CCFC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFC9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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