#C7EB3A

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

Shades of Pear #C7EB3A

Tints of Pear #C7EB3A

Color information

#C7EB3A (or 0xC7EB3A) is unknown color: approx Pear. HEX triplet: C7, EB and 3A. RGB value is (199,235,58). Sum of RGB (Red+Green+Blue) = 199+235+58=492 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.45% from 492); Green value is 235 (92.19% from 255 or 47.76% from 492); Blue value is 58 (23.05% from 255 or 11.79% from 492); Max value from RGB is 235 - color contains mainly: green. Hex color #C7EB3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7EB3A is #3814C5. Grayscale: #CCCCCC. Windows color (decimal): -3675334 or 3861447. OLE color: 3861447.

HSL color Cylindrical-coordinate representation of color #C7EB3A: hue angle of 72.2º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C7EB3A is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.08.

Color convert

RGB19923558-
CMYK0.1500.750.08
HSL72.2º81.57%57.45%-
HSV(B)72.2º75.32%92.16%-
XYZ54.0371.8615.03-
YUV204.0645.57124.39-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.45%
GREEN value IS 235 (92.19% from 255) = 47.76%
BLUE value IS 58 (23.05% from 255) = 11.79%
R=40.45%
G=47.76%
B=11.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal199235580.1500.750.0872.281.5757.45
HexC7EB3AF04B8485239
Octal307353721701131011012271
Binary1100011111101011111010111101001011100010010001010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7EB3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7EB3A; }

 p { color: rgb(199,235,58); }

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

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

 a { background-color: rgb(199,235,58); }

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

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

 span { border-color: rgb(199,235,58); }

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