Html Css Color HEX #C5E070 Sulu

📋 copy color: '#C5E070'

red 197 ◦ green 224 ◦ blue 112

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

Shades of Sulu #C5E070

Tints of Sulu #C5E070

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.03%

 BLUE value IS 112 (44.14% from 255) = 21.01%

R = 36.96%
G = 42.03%
B = 21.01%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#C5E070 (or 0xC5E070) is known color: Sulu. HEX triplet: C5, E0 and 70. RGB value is (197,224,112). Sum of RGB (Red+Green+Blue) = 197+224+112=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 224 (87.89% from 255 or 42.03% from 533); Blue value is 112 (44.14% from 255 or 21.01% from 533); Max value from RGB is 224 - color contains mainly: green. Hex color #C5E070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5E070 is #3A1F8F. Grayscale: #CBCBCB. Windows color (decimal): -3809168 or 7397573. OLE color: 7397573.

HSL color Cylindrical-coordinate representation of color #C5E070: hue angle of 74.46º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C5E070 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 197 224 112 -
CMYK 0.12 0 0.50 0.12
HSL 74.46º 0.64% 0.66% -
HSV(B) 74.46º 0.5% 0.88% -
XYZ 52.61 66.35 25.36 -
YUV 203.16 76.55 123.61 -
System Red Green Blue C M Y K H S L
Decimal 197 224 112 0.12 0 0.50 0.12 74.46 0.64 0.66
Hex C5 E0 70 C 0 32 C 4A 40 42
Octal 305 340 160 14 0 62 14 112 100 102
Binary 11000101 11100000 1110000 1100 0 110010 1100 1001010 1000000 1000010

Color Harmonies of #C5E070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E070

Black with #C5E070

Text Example


Text Example

White with #C5E070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E070; }

 p { color: rgb(197,224,112); }

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

background-color css

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

 a { background-color: rgb(197,224,112); }

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

border-color css

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

 span { border-color: rgb(197,224,112); }

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