#C8F348

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

Shades of Pear #C8F348

Tints of Pear #C8F348

Color information

#C8F348 (or 0xC8F348) is unknown color: approx Pear. HEX triplet: C8, F3 and 48. RGB value is (200,243,72). Sum of RGB (Red+Green+Blue) = 200+243+72=515 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.83% from 515); Green value is 243 (95.31% from 255 or 47.18% from 515); Blue value is 72 (28.52% from 255 or 13.98% from 515); Max value from RGB is 243 - color contains mainly: green. Hex color #C8F348 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F348 is #370CB7. Grayscale: #D3D3D3. Windows color (decimal): -3607736 or 4781000. OLE color: 4781000.

HSL color Cylindrical-coordinate representation of color #C8F348: hue angle of 75.09º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C8F348 is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB20024372-
CMYK0.1800.700.05
HSL75.09º87.69%61.76%-
HSV(B)75.09º70.37%95.29%-
XYZ57.0476.8517.96-
YUV210.6549.75120.4-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.83%
GREEN value IS 243 (95.31% from 255) = 47.18%
BLUE value IS 72 (28.52% from 255) = 13.98%
R=38.83%
G=47.18%
B=13.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal200243720.1800.700.0575.0987.6961.76
HexC8F3481204654b583e
Octal310363110220106511313076
Binary11001000111100111001000100100100011010110010111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8F348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8F348; }

 p { color: rgb(200,243,72); }

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

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

 a { background-color: rgb(200,243,72); }

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

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

 span { border-color: rgb(200,243,72); }

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