#C7E325

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

Shades of Pear #C7E325

Tints of Pear #C7E325

Color information

#C7E325 (or 0xC7E325) is unknown color: approx Pear. HEX triplet: C7, E3 and 25. RGB value is (199,227,37). Sum of RGB (Red+Green+Blue) = 199+227+37=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 227 (89.06% from 255 or 49.03% from 463); Blue value is 37 (14.84% from 255 or 7.99% from 463); Max value from RGB is 227 - color contains mainly: green. Hex color #C7E325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7E325 is #381CDA. Grayscale: #C5C5C5. Windows color (decimal): -3677403 or 2483143. OLE color: 2483143.

HSL color Cylindrical-coordinate representation of color #C7E325: hue angle of 68.84º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C7E325 is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.

Color convert

RGB19922737-
CMYK0.1200.840.11
HSL68.84º77.24%51.76%-
HSV(B)68.84º83.7%89.02%-
XYZ51.3667.2112.02-
YUV196.9737.72129.45-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.98%
GREEN value IS 227 (89.06% from 255) = 49.03%
BLUE value IS 37 (14.84% from 255) = 7.99%
R=42.98%
G=49.03%
B=7.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal199227370.1200.840.1168.8477.2451.76
HexC7E325C054B454d34
Octal307343451401241310511564
Binary1100011111100011100101110001010100101110001011001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7E325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7E325; }

 p { color: rgb(199,227,37); }

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

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

 a { background-color: rgb(199,227,37); }

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

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

 span { border-color: rgb(199,227,37); }

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