#c2ed84

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

Shades of Sulu #C2ED84

Tints of Sulu #C2ED84

Color information

#C2ED84 (or 0xC2ED84) is unknown color: approx Sulu. HEX triplet: C2, ED and 84. RGB value is (194,237,132). Sum of RGB (Red+Green+Blue) = 194+237+132=563 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.46% from 563); Green value is 237 (92.97% from 255 or 42.10% from 563); Blue value is 132 (51.95% from 255 or 23.45% from 563); Max value from RGB is 237 - color contains mainly: green. Hex color #C2ED84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2ED84 is #3D127B. Grayscale: #D4D4D4. Windows color (decimal): -4002428 or 8711618. OLE color: 8711618.

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

Color convert

RGB194237132-
CMYK0.1800.440.07
HSL84.57º74.47%72.35%-
HSV(B)84.57º44.3%92.94%-
XYZ56.773.733.07-
YUV212.1782.75115.04-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.46%
GREEN value IS 237 (92.97% from 255) = 42.10%
BLUE value IS 132 (51.95% from 255) = 23.45%
R=34.46%
G=42.10%
B=23.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1942371320.1800.440.0784.5774.4772.35
HexC2ED841202C7554a48
Octal302355204220547125112110
Binary110000101110110110000100100100101100111101010110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2ed84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2ed84; }

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

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

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

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

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

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

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

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