#C8E320

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

Shades of Pear #C8E320

Tints of Pear #C8E320

Color information

#C8E320 (or 0xC8E320) is unknown color: approx Pear. HEX triplet: C8, E3 and 20. RGB value is (200,227,32). Sum of RGB (Red+Green+Blue) = 200+227+32=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 227 (89.06% from 255 or 49.46% from 459); Blue value is 32 (12.89% from 255 or 6.97% from 459); Max value from RGB is 227 - color contains mainly: green. Hex color #C8E320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8E320 is #371CDF. Grayscale: #C5C5C5. Windows color (decimal): -3611872 or 2155464. OLE color: 2155464.

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

Color convert

RGB20022732-
CMYK0.1200.860.11
HSL68.31º77.69%50.78%-
HSV(B)68.31º85.9%89.02%-
XYZ51.5567.3211.64-
YUV196.735.05130.36-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.57%
GREEN value IS 227 (89.06% from 255) = 49.46%
BLUE value IS 32 (12.89% from 255) = 6.97%
R=43.57%
G=49.46%
B=6.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal200227320.1200.860.1168.3177.6950.78
HexC8E320C056B444e33
Octal310343401401261310411663
Binary1100100011100011100000110001010110101110001001001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8E320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8E320; }

 p { color: rgb(200,227,32); }

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

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

 a { background-color: rgb(200,227,32); }

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

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

 span { border-color: rgb(200,227,32); }

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