#C8F742

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

Shades of Pear #C8F742

Tints of Pear #C8F742

Color information

#C8F742 (or 0xC8F742) is unknown color: approx Pear. HEX triplet: C8, F7 and 42. RGB value is (200,247,66). Sum of RGB (Red+Green+Blue) = 200+247+66=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 247 (96.88% from 255 or 48.15% from 513); Blue value is 66 (26.17% from 255 or 12.87% from 513); Max value from RGB is 247 - color contains mainly: green. Hex color #C8F742 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F742 is #3708BD. Grayscale: #D4D4D4. Windows color (decimal): -3606718 or 4388808. OLE color: 4388808.

HSL color Cylindrical-coordinate representation of color #C8F742: hue angle of 75.58º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C8F742 is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.03.

Color convert

RGB20024766-
CMYK0.1900.730.03
HSL75.58º91.88%61.37%-
HSV(B)75.58º73.28%96.86%-
XYZ58.0679.1917.38-
YUV212.3145.43119.22-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.99%
GREEN value IS 247 (96.88% from 255) = 48.15%
BLUE value IS 66 (26.17% from 255) = 12.87%
R=38.99%
G=48.15%
B=12.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal200247660.1900.730.0375.5891.8861.37
HexC8F7421304934c5c3d
Octal310367102230111311413475
Binary1100100011110111100001010011010010011110011001011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8F742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8F742; }

 p { color: rgb(200,247,66); }

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

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

 a { background-color: rgb(200,247,66); }

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

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

 span { border-color: rgb(200,247,66); }

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