#C2FE72

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

Shades of Sulu #C2FE72

Tints of Sulu #C2FE72

Color information

#C2FE72 (or 0xC2FE72) is unknown color: approx Sulu. HEX triplet: C2, FE and 72. RGB value is (194,254,114). Sum of RGB (Red+Green+Blue) = 194+254+114=562 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.52% from 562); Green value is 254 (99.61% from 255 or 45.20% from 562); Blue value is 114 (44.92% from 255 or 20.28% from 562); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FE72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FE72 is #3D018D. Grayscale: #DCDCDC. Windows color (decimal): -3998094 or 7536322. OLE color: 7536322.

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

Color convert

RGB194254114-
CMYK0.2400.550.00
HSL85.71º98.59%72.16%-
HSV(B)85.71º55.12%99.61%-
XYZ60.7383.5728.85-
YUV220.168.12109.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.52%
GREEN value IS 254 (99.61% from 255) = 45.20%
BLUE value IS 114 (44.92% from 255) = 20.28%
R=34.52%
G=45.20%
B=20.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1942541140.2400.550.0085.7198.5972.16
HexC2FE72180370566348
Octal302376162300670126143110
Binary110000101111111011100101100001101110101011011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FE72; }

 p { color: rgb(194,254,114); }

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

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

 a { background-color: rgb(194,254,114); }

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

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

 span { border-color: rgb(194,254,114); }

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