#C2ED30

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

Shades of Pear #C2ED30

Tints of Pear #C2ED30

Color information

#C2ED30 (or 0xC2ED30) is unknown color: approx Pear. HEX triplet: C2, ED and 30. RGB value is (194,237,48). Sum of RGB (Red+Green+Blue) = 194+237+48=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 237 (92.97% from 255 or 49.48% from 479); Blue value is 48 (19.14% from 255 or 10.02% from 479); Max value from RGB is 237 - color contains mainly: green. Hex color #C2ED30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2ED30 is #3D12CF. Grayscale: #CBCBCB. Windows color (decimal): -4002512 or 3206594. OLE color: 3206594.

HSL color Cylindrical-coordinate representation of color #C2ED30: hue angle of 73.65º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C2ED30 is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB19423748-
CMYK0.1800.800.07
HSL73.65º84%55.88%-
HSV(B)73.65º79.75%92.94%-
XYZ53.0772.2513.95-
YUV202.640.75121.87-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.50%
GREEN value IS 237 (92.97% from 255) = 49.48%
BLUE value IS 48 (19.14% from 255) = 10.02%
R=40.50%
G=49.48%
B=10.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal194237480.1800.800.0773.658455.88
HexC2ED301205074a5438
Octal30235560220120711212470
Binary1100001011101101110000100100101000011110010101010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ED30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ED30; }

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

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

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

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

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

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

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

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