#C2FE7A

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

Shades of Sulu #C2FE7A

Tints of Sulu #C2FE7A

Color information

#C2FE7A (or 0xC2FE7A) is unknown color: approx Sulu. HEX triplet: C2, FE and 7A. RGB value is (194,254,122). Sum of RGB (Red+Green+Blue) = 194+254+122=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 254 (99.61% from 255 or 44.56% from 570); Blue value is 122 (48.05% from 255 or 21.40% from 570); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FE7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FE7A is #3D0185. Grayscale: #DDDDDD. Windows color (decimal): -3998086 or 8060610. OLE color: 8060610.

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

Color convert

RGB194254122-
CMYK0.2400.520.00
HSL87.27º98.51%73.73%-
HSV(B)87.27º51.97%99.61%-
XYZ61.283.7631.35-
YUV221.0172.12108.73-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.04%
GREEN value IS 254 (99.61% from 255) = 44.56%
BLUE value IS 122 (48.05% from 255) = 21.40%
R=34.04%
G=44.56%
B=21.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1942541220.2400.520.0087.2798.5173.73
HexC2FE7A18034057634a
Octal302376172300640127143112
Binary110000101111111011110101100001101000101011111000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FE7A; }

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

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

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

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

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

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

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

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