#C8EF2E

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

Shades of Pear #C8EF2E

Tints of Pear #C8EF2E

Color information

#C8EF2E (or 0xC8EF2E) is unknown color: approx Pear. HEX triplet: C8, EF and 2E. RGB value is (200,239,46). Sum of RGB (Red+Green+Blue) = 200+239+46=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 239 (93.75% from 255 or 49.28% from 485); Blue value is 46 (18.36% from 255 or 9.48% from 485); Max value from RGB is 239 - color contains mainly: green. Hex color #C8EF2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8EF2E is #3710D1. Grayscale: #CECECE. Windows color (decimal): -3608786 or 3076040. OLE color: 3076040.

HSL color Cylindrical-coordinate representation of color #C8EF2E: hue angle of 72.12º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C8EF2E is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB20023946-
CMYK0.1600.810.06
HSL72.12º85.78%55.88%-
HSV(B)72.12º80.75%93.73%-
XYZ55.1874.2114-
YUV205.3438.08124.19-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.24%
GREEN value IS 239 (93.75% from 255) = 49.28%
BLUE value IS 46 (18.36% from 255) = 9.48%
R=41.24%
G=49.28%
B=9.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal200239460.1600.810.0672.1285.7855.88
HexC8EF2E100516485638
Octal31035756200121611012670
Binary1100100011101111101110100000101000111010010001010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8EF2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8EF2E; }

 p { color: rgb(200,239,46); }

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

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

 a { background-color: rgb(200,239,46); }

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

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

 span { border-color: rgb(200,239,46); }

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