#d6f248

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

Shades of Pear #D6F248

Tints of Pear #D6F248

Color information

#D6F248 (or 0xD6F248) is unknown color: approx Pear. HEX triplet: D6, F2 and 48. RGB value is (214,242,72). Sum of RGB (Red+Green+Blue) = 214+242+72=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 242 (94.92% from 255 or 45.83% from 528); Blue value is 72 (28.52% from 255 or 13.64% from 528); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F248 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F248 is #290DB7. Grayscale: #D6D6D6. Windows color (decimal): -2690488 or 4780758. OLE color: 4780758.

HSL color Cylindrical-coordinate representation of color #D6F248: hue angle of 69.88º degrees, saturation: 0.87, 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 #D6F248 is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB21424272-
CMYK0.1200.700.05
HSL69.88º86.73%61.57%-
HSV(B)69.88º70.25%94.9%-
XYZ60.6578.2718.04-
YUV214.2547.72127.82-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.53%
GREEN value IS 242 (94.92% from 255) = 45.83%
BLUE value IS 72 (28.52% from 255) = 13.64%
R=40.53%
G=45.83%
B=13.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal214242720.1200.700.0569.8886.7361.57
HexD6F248C046546573e
Octal326362110140106510612776
Binary1101011011110010100100011000100011010110001101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d6f248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d6f248; }

 p { color: rgb(214,242,72); }

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

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

 a { background-color: rgb(214,242,72); }

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

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

 span { border-color: rgb(214,242,72); }

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