Html Css Color HEX #C5F276 Sulu

📋 copy color: '#C5F276'

red 197 ◦ green 242 ◦ blue 118

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

Shades of Sulu #C5F276

Tints of Sulu #C5F276

RGB

 RED value IS 197 (77.34% from 255) = 35.37%

 GREEN value IS 242 (94.92% from 255) = 43.45%

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

R = 35.37%
G = 43.45%
B = 21.18%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#C5F276 (or 0xC5F276) is known color: Sulu. HEX triplet: C5, F2 and 76. RGB value is (197,242,118). Sum of RGB (Red+Green+Blue) = 197+242+118=557 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.37% from 557); Green value is 242 (94.92% from 255 or 43.45% from 557); Blue value is 118 (46.48% from 255 or 21.18% from 557); Max value from RGB is 242 - color contains mainly: green. Hex color #C5F276 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F276 is #3A0D89. Grayscale: #D6D6D6. Windows color (decimal): -3804554 or 7795397. OLE color: 7795397.

HSL color Cylindrical-coordinate representation of color #C5F276: hue angle of 81.77º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C5F276 is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 242 118 -
CMYK 0.19 0 0.51 0.05
HSL 81.77º 0.83% 0.71% -
HSV(B) 81.77º 0.51% 0.95% -
XYZ 58.05 76.68 28.88 -
YUV 214.41 73.59 115.58 -
System Red Green Blue C M Y K H S L
Decimal 197 242 118 0.19 0 0.51 0.05 81.77 0.83 0.71
Hex C5 F2 76 13 0 33 5 52 53 47
Octal 305 362 166 23 0 63 5 122 123 107
Binary 11000101 11110010 1110110 10011 0 110011 101 1010010 1010011 1000111

Color Harmonies of #C5F276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F276

Black with #C5F276

Text Example


Text Example

White with #C5F276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F276; }

 p { color: rgb(197,242,118); }

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

background-color css

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

 a { background-color: rgb(197,242,118); }

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

border-color css

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

 span { border-color: rgb(197,242,118); }

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