#C2E928

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

Shades of Pear #C2E928

Tints of Pear #C2E928

Color information

#C2E928 (or 0xC2E928) is unknown color: approx Pear. HEX triplet: C2, E9 and 28. RGB value is (194,233,40). Sum of RGB (Red+Green+Blue) = 194+233+40=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 233 (91.41% from 255 or 49.89% from 467); Blue value is 40 (16.02% from 255 or 8.57% from 467); Max value from RGB is 233 - color contains mainly: green. Hex color #C2E928 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2E928 is #3D16D7. Grayscale: #C8C8C8. Windows color (decimal): -4003544 or 2681282. OLE color: 2681282.

HSL color Cylindrical-coordinate representation of color #C2E928: hue angle of 72.12º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C2E928 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.09.

Color convert

RGB19423340-
CMYK0.1700.830.09
HSL72.12º81.43%53.53%-
HSV(B)72.12º82.83%91.37%-
XYZ51.7769.912.77-
YUV199.3438.08124.19-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.54%
GREEN value IS 233 (91.41% from 255) = 49.89%
BLUE value IS 40 (16.02% from 255) = 8.57%
R=41.54%
G=49.89%
B=8.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal194233400.1700.830.0972.1281.4353.53
HexC2E928110539485136
Octal302351502101231111012166
Binary11000010111010011010001000101010011100110010001010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E928; }

 p { color: rgb(194,233,40); }

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

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

 a { background-color: rgb(194,233,40); }

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

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

 span { border-color: rgb(194,233,40); }

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