#C4FE70

Color #C4FE70 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #C4FE70

Tints of Sulu #C4FE70

Color information

#C4FE70 (or 0xC4FE70) is unknown color: approx Sulu. HEX triplet: C4, FE and 70. RGB value is (196,254,112). Sum of RGB (Red+Green+Blue) = 196+254+112=562 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.88% from 562); Green value is 254 (99.61% from 255 or 45.20% from 562); Blue value is 112 (44.14% from 255 or 19.93% from 562); Max value from RGB is 254 - color contains mainly: green. Hex color #C4FE70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4FE70 is #3B018F. Grayscale: #DCDCDC. Windows color (decimal): -3867024 or 7405252. OLE color: 7405252.

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

Color convert

RGB196254112-
CMYK0.2300.560.00
HSL84.51º98.61%71.76%-
HSV(B)84.51º55.91%99.61%-
XYZ61.1383.7928.28-
YUV220.4766.78110.55-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.88%
GREEN value IS 254 (99.61% from 255) = 45.20%
BLUE value IS 112 (44.14% from 255) = 19.93%
R=34.88%
G=45.20%
B=19.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1962541120.2300.560.0084.5198.6171.76
HexC4FE70170380556348
Octal304376160270700125143110
Binary110001001111111011100001011101110000101010111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4FE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4FE70; }

 p { color: rgb(196,254,112); }

 H1.HeaderClassName
 {
   color: #C4FE70;
 }
 .AnyTagClassName
 {
   color: #C4FE70;
 }
</style>
background-color css

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

 a { background-color: rgb(196,254,112); }

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

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

 span { border-color: rgb(196,254,112); }

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