Html Css Color HEX #C4F576 Sulu

📋 copy color: '#C4F576'

red 196 ◦ green 245 ◦ blue 118

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

Shades of Sulu #C4F576

Tints of Sulu #C4F576

RGB

 RED value IS 196 (76.95% from 255) = 35.06%

 GREEN value IS 245 (96.09% from 255) = 43.83%

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

R = 35.06%
G = 43.83%
B = 21.11%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#C4F576 (or 0xC4F576) is known color: Sulu. HEX triplet: C4, F5 and 76. RGB value is (196,245,118). Sum of RGB (Red+Green+Blue) = 196+245+118=559 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35.06% from 559); Green value is 245 (96.09% from 255 or 43.83% from 559); Blue value is 118 (46.48% from 255 or 21.11% from 559); Max value from RGB is 245 - color contains mainly: green. Hex color #C4F576 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4F576 is #3B0A89. Grayscale: #D8D8D8. Windows color (decimal): -3869322 or 7796164. OLE color: 7796164.

HSL color Cylindrical-coordinate representation of color #C4F576: hue angle of 83.15º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C4F576 is Cyan = 0.2, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 196 245 118 -
CMYK 0.2 0 0.52 0.04
HSL 83.15º 0.86% 0.71% -
HSV(B) 83.15º 0.52% 0.96% -
XYZ 58.69 78.35 29.17 -
YUV 215.87 72.77 113.83 -
System Red Green Blue C M Y K H S L
Decimal 196 245 118 0.2 0 0.52 0.04 83.15 0.86 0.71
Hex C4 F5 76 14 0 34 4 53 56 47
Octal 304 365 166 24 0 64 4 123 126 107
Binary 11000100 11110101 1110110 10100 0 110100 100 1010011 1010110 1000111

Color Harmonies of #C4F576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4F576

Black with #C4F576

Text Example


Text Example

White with #C4F576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4F576; }

 p { color: rgb(196,245,118); }

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

background-color css

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

 a { background-color: rgb(196,245,118); }

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

border-color css

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

 span { border-color: rgb(196,245,118); }

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