#C8F021

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

Shades of Pear #C8F021

Tints of Pear #C8F021

Color information

#C8F021 (or 0xC8F021) is unknown color: approx Pear. HEX triplet: C8, F0 and 21. RGB value is (200,240,33). Sum of RGB (Red+Green+Blue) = 200+240+33=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 240 (94.14% from 255 or 50.74% from 473); Blue value is 33 (13.28% from 255 or 6.98% from 473); Max value from RGB is 240 - color contains mainly: green. Hex color #C8F021 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F021 is #370FDE. Grayscale: #CDCDCD. Windows color (decimal): -3608543 or 2224328. OLE color: 2224328.

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

Color convert

RGB20024033-
CMYK0.1700.860.06
HSL71.59º87.34%53.53%-
HSV(B)71.59º86.25%94.12%-
XYZ55.2574.7112.95-
YUV204.4431.25124.83-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.28%
GREEN value IS 240 (94.14% from 255) = 50.74%
BLUE value IS 33 (13.28% from 255) = 6.98%
R=42.28%
G=50.74%
B=6.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal200240330.1700.860.0671.5987.3453.53
HexC8F021110566485736
Octal31036041210126611012766
Binary1100100011110000100001100010101011011010010001010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8F021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8F021; }

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

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

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

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

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

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

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

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