#C2ED74

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

Shades of Sulu #C2ED74

Tints of Sulu #C2ED74

Color information

#C2ED74 (or 0xC2ED74) is unknown color: approx Sulu. HEX triplet: C2, ED and 74. RGB value is (194,237,116). Sum of RGB (Red+Green+Blue) = 194+237+116=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 237 (92.97% from 255 or 43.33% from 547); Blue value is 116 (45.70% from 255 or 21.21% from 547); Max value from RGB is 237 - color contains mainly: green. Hex color #C2ED74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2ED74 is #3D128B. Grayscale: #D2D2D2. Windows color (decimal): -4002444 or 7663042. OLE color: 7663042.

HSL color Cylindrical-coordinate representation of color #C2ED74: hue angle of 81.32º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C2ED74 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB194237116-
CMYK0.1800.510.07
HSL81.32º77.07%69.22%-
HSV(B)81.32º51.05%92.94%-
XYZ55.6873.327.74-
YUV210.3574.75116.34-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.47%
GREEN value IS 237 (92.97% from 255) = 43.33%
BLUE value IS 116 (45.70% from 255) = 21.21%
R=35.47%
G=43.33%
B=21.21%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1942371160.1800.510.0781.3277.0769.22
HexC2ED74120337514d45
Octal302355164220637121115105
Binary11000010111011011110100100100110011111101000110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ED74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ED74; }

 p { color: rgb(194,237,116); }

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

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

 a { background-color: rgb(194,237,116); }

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

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

 span { border-color: rgb(194,237,116); }

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