#C8F01E

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

Shades of Pear #C8F01E

Tints of Pear #C8F01E

Color information

#C8F01E (or 0xC8F01E) is unknown color: approx Pear. HEX triplet: C8, F0 and 1E. RGB value is (200,240,30). Sum of RGB (Red+Green+Blue) = 200+240+30=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 240 (94.14% from 255 or 51.06% from 470); Blue value is 30 (12.11% from 255 or 6.38% from 470); Max value from RGB is 240 - color contains mainly: green. Hex color #C8F01E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F01E is #370FE1. Grayscale: #CCCCCC. Windows color (decimal): -3608546 or 2027720. OLE color: 2027720.

HSL color Cylindrical-coordinate representation of color #C8F01E: hue angle of 71.43º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C8F01E is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB20024030-
CMYK0.1700.870.06
HSL71.43º87.5%52.94%-
HSV(B)71.43º87.5%94.12%-
XYZ55.2174.6912.74-
YUV204.129.75125.08-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.55%
GREEN value IS 240 (94.14% from 255) = 51.06%
BLUE value IS 30 (12.11% from 255) = 6.38%
R=42.55%
G=51.06%
B=6.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal200240300.1700.870.0671.4387.552.94
HexC8F01E110576475835
Octal31036036210127610713065
Binary110010001111000011110100010101011111010001111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8F01E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8F01E; }

 p { color: rgb(200,240,30); }

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

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

 a { background-color: rgb(200,240,30); }

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

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

 span { border-color: rgb(200,240,30); }

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