Html Css Color HEX #D9FA2F Pear

📋 copy color: '#D9FA2F'

red 217 ◦ green 250 ◦ blue 47

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

Shades of Pear #D9FA2F

Tints of Pear #D9FA2F

RGB

 RED value IS 217 (85.16% from 255) = 42.22%

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

 BLUE value IS 47 (18.75% from 255) = 9.14%

R = 42.22%
G = 48.64%
B = 9.14%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#D9FA2F (or 0xD9FA2F) is known color: Pear. HEX triplet: D9, FA and 2F. RGB value is (217,250,47). Sum of RGB (Red+Green+Blue) = 217+250+47=514 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.22% from 514); Green value is 250 (98.05% from 255 or 48.64% from 514); Blue value is 47 (18.75% from 255 or 9.14% from 514); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FA2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9FA2F is #2605D0. Grayscale: #D9D9D9. Windows color (decimal): -2491857 or 3144409. OLE color: 3144409.

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

Color convert

RGB 217 250 47 -
CMYK 0.13 0 0.81 0.02
HSL 69.75º 0.95% 0.58% -
HSV(B) 69.75º 0.81% 0.98% -
XYZ 63.31 83.33 15.44 -
YUV 216.99 32.07 128.01 -
System Red Green Blue C M Y K H S L
Decimal 217 250 47 0.13 0 0.81 0.02 69.75 0.95 0.58
Hex D9 FA 2F D 0 51 2 46 5F 3A
Octal 331 372 57 15 0 121 2 106 137 72
Binary 11011001 11111010 101111 1101 0 1010001 10 1000110 1011111 111010

Color Harmonies of #D9FA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9FA2F

Black with #D9FA2F

Text Example


Text Example

White with #D9FA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9FA2F; }

 p { color: rgb(217,250,47); }

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

background-color css

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

 a { background-color: rgb(217,250,47); }

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

border-color css

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

 span { border-color: rgb(217,250,47); }

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