Html Css Color HEX #C5F170 Sulu

📋 copy color: '#C5F170'

red 197 ◦ green 241 ◦ blue 112

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

Shades of Sulu #C5F170

Tints of Sulu #C5F170

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.82%

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

R = 35.82%
G = 43.82%
B = 20.36%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#C5F170 (or 0xC5F170) is known color: Sulu. HEX triplet: C5, F1 and 70. RGB value is (197,241,112). Sum of RGB (Red+Green+Blue) = 197+241+112=550 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.82% from 550); Green value is 241 (94.53% from 255 or 43.82% from 550); Blue value is 112 (44.14% from 255 or 20.36% from 550); Max value from RGB is 241 - color contains mainly: green. Hex color #C5F170 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F170 is #3A0E8F. Grayscale: #D5D5D5. Windows color (decimal): -3804816 or 7401925. OLE color: 7401925.

HSL color Cylindrical-coordinate representation of color #C5F170: hue angle of 80.47º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C5F170 is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 241 112 -
CMYK 0.18 0 0.54 0.05
HSL 80.47º 0.82% 0.69% -
HSV(B) 80.47º 0.54% 0.95% -
XYZ 57.41 75.95 26.96 -
YUV 213.14 70.92 116.49 -
System Red Green Blue C M Y K H S L
Decimal 197 241 112 0.18 0 0.54 0.05 80.47 0.82 0.69
Hex C5 F1 70 12 0 36 5 50 52 45
Octal 305 361 160 22 0 66 5 120 122 105
Binary 11000101 11110001 1110000 10010 0 110110 101 1010000 1010010 1000101

Color Harmonies of #C5F170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F170

Black with #C5F170

Text Example


Text Example

White with #C5F170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F170; }

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

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

background-color css

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

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

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

border-color css

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

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

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