Html Css Color HEX #C5FF70 Sulu

📋 copy color: '#C5FF70'

red 197 ◦ green 255 ◦ blue 112

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

Shades of Sulu #C5FF70

Tints of Sulu #C5FF70

RGB

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

 GREEN value IS 255 (100% from 255) = 45.21%

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

R = 34.93%
G = 45.21%
B = 19.86%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#C5FF70 (or 0xC5FF70) is known color: Sulu. HEX triplet: C5, FF and 70. RGB value is (197,255,112). Sum of RGB (Red+Green+Blue) = 197+255+112=564 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.93% from 564); Green value is 255 (100% from 255 or 45.21% from 564); Blue value is 112 (44.14% from 255 or 19.86% from 564); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FF70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FF70 is #3A008F. Grayscale: #DDDDDD. Windows color (decimal): -3801232 or 7405509. OLE color: 7405509.

HSL color Cylindrical-coordinate representation of color #C5FF70: hue angle of 84.34º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C5FF70 is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB 197 255 112 -
CMYK 0.23 0 0.56 0
HSL 84.34º 1% 0.72% -
HSV(B) 84.34º 0.56% 1% -
XYZ 61.71 84.56 28.4 -
YUV 221.36 66.28 110.63 -
System Red Green Blue C M Y K H S L
Decimal 197 255 112 0.23 0 0.56 0 84.34 1 0.72
Hex C5 FF 70 17 0 38 0 54 64 48
Octal 305 377 160 27 0 70 0 124 144 110
Binary 11000101 11111111 1110000 10111 0 111000 0 1010100 1100100 1001000

Color Harmonies of #C5FF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FF70

Black with #C5FF70

Text Example


Text Example

White with #C5FF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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