Html Css Color HEX #D8FA1F Pear

📋 copy color: '#D8FA1F'

red 216 ◦ green 250 ◦ blue 31

#D8FA1F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pear #D8FA1F

Tints of Pear #D8FA1F

RGB

 RED value IS 216 (84.77% from 255) = 43.46%

 GREEN value IS 250 (98.05% from 255) = 50.3%

 BLUE value IS 31 (12.5% from 255) = 6.24%

R = 43.46%
G = 50.3%
B = 6.24%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#D8FA1F (or 0xD8FA1F) is known color: Pear. HEX triplet: D8, FA and 1F. RGB value is (216,250,31). Sum of RGB (Red+Green+Blue) = 216+250+31=497 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.46% from 497); Green value is 250 (98.05% from 255 or 50.30% from 497); Blue value is 31 (12.5% from 255 or 6.24% from 497); Max value from RGB is 250 - color contains mainly: green. Hex color #D8FA1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8FA1F is #2705E0. Grayscale: #D7D7D7. Windows color (decimal): -2557409 or 2095832. OLE color: 2095832.

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

Color convert

RGB 216 250 31 -
CMYK 0.14 0 0.88 0.02
HSL 69.32º 0.96% 0.55% -
HSV(B) 69.32º 0.88% 0.98% -
XYZ 62.75 83.07 14.02 -
YUV 214.87 24.24 128.81 -
System Red Green Blue C M Y K H S L
Decimal 216 250 31 0.14 0 0.88 0.02 69.32 0.96 0.55
Hex D8 FA 1F E 0 58 2 45 60 37
Octal 330 372 37 16 0 130 2 105 140 67
Binary 11011000 11111010 11111 1110 0 1011000 10 1000101 1100000 110111

Color Harmonies of #D8FA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8FA1F

Black with #D8FA1F

Text Example


Text Example

White with #D8FA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8FA1F; }

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

 H1.HeaderClassName
 {
   color: #D8FA1F;
 }
 .AnyTagClassName
 {
   color: #D8FA1F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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