Html Css Color HEX #C5F070 Sulu

📋 copy color: '#C5F070'

red 197 ◦ green 240 ◦ blue 112

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

Shades of Sulu #C5F070

Tints of Sulu #C5F070

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.72%

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

R = 35.88%
G = 43.72%
B = 20.4%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#C5F070 (or 0xC5F070) is known color: Sulu. HEX triplet: C5, F0 and 70. RGB value is (197,240,112). Sum of RGB (Red+Green+Blue) = 197+240+112=549 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.88% from 549); Green value is 240 (94.14% from 255 or 43.72% from 549); Blue value is 112 (44.14% from 255 or 20.40% from 549); Max value from RGB is 240 - color contains mainly: green. Hex color #C5F070 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F070 is #3A0F8F. Grayscale: #D5D5D5. Windows color (decimal): -3805072 or 7401669. OLE color: 7401669.

HSL color Cylindrical-coordinate representation of color #C5F070: hue angle of 80.16º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C5F070 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 197 240 112 -
CMYK 0.18 0 0.53 0.06
HSL 80.16º 0.81% 0.69% -
HSV(B) 80.16º 0.53% 0.94% -
XYZ 57.11 75.36 26.87 -
YUV 212.55 71.25 116.91 -
System Red Green Blue C M Y K H S L
Decimal 197 240 112 0.18 0 0.53 0.06 80.16 0.81 0.69
Hex C5 F0 70 12 0 35 6 50 51 45
Octal 305 360 160 22 0 65 6 120 121 105
Binary 11000101 11110000 1110000 10010 0 110101 110 1010000 1010001 1000101

Color Harmonies of #C5F070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F070

Black with #C5F070

Text Example


Text Example

White with #C5F070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F070; }

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

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

background-color css

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

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

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

border-color css

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

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

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