#C7E12A

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

Shades of Pear #C7E12A

Tints of Pear #C7E12A

Color information

#C7E12A (or 0xC7E12A) is unknown color: approx Pear. HEX triplet: C7, E1 and 2A. RGB value is (199,225,42). Sum of RGB (Red+Green+Blue) = 199+225+42=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 225 (88.28% from 255 or 48.28% from 466); Blue value is 42 (16.80% from 255 or 9.01% from 466); Max value from RGB is 225 - color contains mainly: green. Hex color #C7E12A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7E12A is #381ED5. Grayscale: #C5C5C5. Windows color (decimal): -3677910 or 2810311. OLE color: 2810311.

HSL color Cylindrical-coordinate representation of color #C7E12A: hue angle of 68.52º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C7E12A is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB19922542-
CMYK0.1200.810.12
HSL68.52º75.31%52.35%-
HSV(B)68.52º81.33%88.24%-
XYZ50.966.1612.28-
YUV196.3640.89129.88-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.70%
GREEN value IS 225 (88.28% from 255) = 48.28%
BLUE value IS 42 (16.80% from 255) = 9.01%
R=42.70%
G=48.28%
B=9.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal199225420.1200.810.1268.5275.3152.35
HexC7E12AC051C454b34
Octal307341521401211410511364
Binary1100011111100001101010110001010001110010001011001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7E12A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7E12A; }

 p { color: rgb(199,225,42); }

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

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

 a { background-color: rgb(199,225,42); }

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

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

 span { border-color: rgb(199,225,42); }

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