Html Css Color HEX #CCFF76 Sulu

📋 copy color: '#CCFF76'

red 204 ◦ green 255 ◦ blue 118

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

Shades of Sulu #CCFF76

Tints of Sulu #CCFF76

RGB

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

 GREEN value IS 255 (100% from 255) = 44.19%

 BLUE value IS 118 (46.48% from 255) = 20.45%

R = 35.36%
G = 44.19%
B = 20.45%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#CCFF76 (or 0xCCFF76) is known color: Sulu. HEX triplet: CC, FF and 76. RGB value is (204,255,118). Sum of RGB (Red+Green+Blue) = 204+255+118=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 255 (100% from 255 or 44.19% from 577); Blue value is 118 (46.48% from 255 or 20.45% from 577); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFF76 is #330089. Grayscale: #E0E0E0. Windows color (decimal): -3342474 or 7798732. OLE color: 7798732.

HSL color Cylindrical-coordinate representation of color #CCFF76: hue angle of 82.34º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCFF76 is Cyan = 0.2, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.

Color convert

RGB 204 255 118 -
CMYK 0.2 0 0.54 0
HSL 82.34º 1% 0.73% -
HSV(B) 82.34º 0.54% 1% -
XYZ 63.93 85.67 30.31 -
YUV 224.13 68.1 113.64 -
System Red Green Blue C M Y K H S L
Decimal 204 255 118 0.2 0 0.54 0 82.34 1 0.73
Hex CC FF 76 14 0 36 0 52 64 49
Octal 314 377 166 24 0 66 0 122 144 111
Binary 11001100 11111111 1110110 10100 0 110110 0 1010010 1100100 1001001

Color Harmonies of #CCFF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFF76

Black with #CCFF76

Text Example


Text Example

White with #CCFF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFF76; }

 p { color: rgb(204,255,118); }

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

background-color css

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

 a { background-color: rgb(204,255,118); }

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

border-color css

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

 span { border-color: rgb(204,255,118); }

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