#D8FD3B

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

Shades of Pear #D8FD3B

Tints of Pear #D8FD3B

Color information

#D8FD3B (or 0xD8FD3B) is unknown color: approx Pear. HEX triplet: D8, FD and 3B. RGB value is (216,253,59). Sum of RGB (Red+Green+Blue) = 216+253+59=528 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.91% from 528); Green value is 253 (99.22% from 255 or 47.92% from 528); Blue value is 59 (23.44% from 255 or 11.17% from 528); Max value from RGB is 253 - color contains mainly: green. Hex color #D8FD3B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8FD3B is #2702C4. Grayscale: #DCDCDC. Windows color (decimal): -2556613 or 3931608. OLE color: 3931608.

HSL color Cylindrical-coordinate representation of color #D8FD3B: hue angle of 71.44º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D8FD3B is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.01.

Color convert

RGB21625359-
CMYK0.1500.770.01
HSL71.44º97.98%61.18%-
HSV(B)71.44º76.68%99.22%-
XYZ64.2385.1717.19-
YUV219.8237.24125.27-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.91%
GREEN value IS 253 (99.22% from 255) = 47.92%
BLUE value IS 59 (23.44% from 255) = 11.17%
R=40.91%
G=47.92%
B=11.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal216253590.1500.770.0171.4497.9861.18
HexD8FD3BF04D147623d
Octal33037573170115110714275
Binary1101100011111101111011111101001101110001111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8FD3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8FD3B; }

 p { color: rgb(216,253,59); }

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

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

 a { background-color: rgb(216,253,59); }

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

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

 span { border-color: rgb(216,253,59); }

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