#D8F64B

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

Shades of Pear #D8F64B

Tints of Pear #D8F64B

Color information

#D8F64B (or 0xD8F64B) is unknown color: approx Pear. HEX triplet: D8, F6 and 4B. RGB value is (216,246,75). Sum of RGB (Red+Green+Blue) = 216+246+75=537 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.22% from 537); Green value is 246 (96.48% from 255 or 45.81% from 537); Blue value is 75 (29.69% from 255 or 13.97% from 537); Max value from RGB is 246 - color contains mainly: green. Hex color #D8F64B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F64B is #2709B4. Grayscale: #DADADA. Windows color (decimal): -2558389 or 4978392. OLE color: 4978392.

HSL color Cylindrical-coordinate representation of color #D8F64B: hue angle of 70.53º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D8F64B is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB21624675-
CMYK0.1200.700.04
HSL70.53º90.48%62.94%-
HSV(B)70.53º69.51%96.47%-
XYZ62.5481.0219-
YUV217.5447.56126.9-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.22%
GREEN value IS 246 (96.48% from 255) = 45.81%
BLUE value IS 75 (29.69% from 255) = 13.97%
R=40.22%
G=45.81%
B=13.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal216246750.1200.700.0470.5390.4862.94
HexD8F64BC0464475a3f
Octal330366113140106410713277
Binary1101100011110110100101111000100011010010001111011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8F64B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8F64B; }

 p { color: rgb(216,246,75); }

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

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

 a { background-color: rgb(216,246,75); }

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

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

 span { border-color: rgb(216,246,75); }

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