#D8FA3D

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

Shades of Pear #D8FA3D

Tints of Pear #D8FA3D

Color information

#D8FA3D (or 0xD8FA3D) is unknown color: approx Pear. HEX triplet: D8, FA and 3D. RGB value is (216,250,61). Sum of RGB (Red+Green+Blue) = 216+250+61=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 250 (98.05% from 255 or 47.44% from 527); Blue value is 61 (24.22% from 255 or 11.57% from 527); Max value from RGB is 250 - color contains mainly: green. Hex color #D8FA3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8FA3D is #2705C2. Grayscale: #DBDBDB. Windows color (decimal): -2557379 or 4061912. OLE color: 4061912.

HSL color Cylindrical-coordinate representation of color #D8FA3D: hue angle of 70.79º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D8FA3D is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB21625061-
CMYK0.1400.760.02
HSL70.79º94.97%60.98%-
HSV(B)70.79º75.6%98.04%-
XYZ63.3583.3117.16-
YUV218.2939.24126.37-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.99%
GREEN value IS 250 (98.05% from 255) = 47.44%
BLUE value IS 61 (24.22% from 255) = 11.57%
R=40.99%
G=47.44%
B=11.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal216250610.1400.760.0270.7994.9760.98
HexD8FA3DE04C2475f3d
Octal33037275160114210713775
Binary11011000111110101111011110010011001010001111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8FA3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8FA3D; }

 p { color: rgb(216,250,61); }

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

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

 a { background-color: rgb(216,250,61); }

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

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

 span { border-color: rgb(216,250,61); }

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