#C8F545

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

Shades of Pear #C8F545

Tints of Pear #C8F545

Color information

#C8F545 (or 0xC8F545) is unknown color: approx Pear. HEX triplet: C8, F5 and 45. RGB value is (200,245,69). Sum of RGB (Red+Green+Blue) = 200+245+69=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 245 (96.09% from 255 or 47.67% from 514); Blue value is 69 (27.34% from 255 or 13.42% from 514); Max value from RGB is 245 - color contains mainly: green. Hex color #C8F545 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F545 is #370ABA. Grayscale: #D4D4D4. Windows color (decimal): -3607227 or 4584904. OLE color: 4584904.

HSL color Cylindrical-coordinate representation of color #C8F545: hue angle of 75.34º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C8F545 is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.

Color convert

RGB20024569-
CMYK0.1800.720.04
HSL75.34º89.8%61.57%-
HSV(B)75.34º71.84%96.08%-
XYZ57.5578.0117.66-
YUV211.4847.59119.81-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.91%
GREEN value IS 245 (96.09% from 255) = 47.67%
BLUE value IS 69 (27.34% from 255) = 13.42%
R=38.91%
G=47.67%
B=13.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal200245690.1800.720.0475.3489.861.57
HexC8F5451204844b5a3e
Octal310365105220110411313276
Binary11001000111101011000101100100100100010010010111011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8F545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8F545; }

 p { color: rgb(200,245,69); }

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

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

 a { background-color: rgb(200,245,69); }

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

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

 span { border-color: rgb(200,245,69); }

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