Html Css Color HEX #D9FA4A Pear

📋 copy color: '#D9FA4A'

red 217 ◦ green 250 ◦ blue 74

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

Shades of Pear #D9FA4A

Tints of Pear #D9FA4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 13.68%

R = 40.11%
G = 46.21%
B = 13.68%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#D9FA4A (or 0xD9FA4A) is known color: Pear. HEX triplet: D9, FA and 4A. RGB value is (217,250,74). Sum of RGB (Red+Green+Blue) = 217+250+74=541 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.11% from 541); Green value is 250 (98.05% from 255 or 46.21% from 541); Blue value is 74 (29.30% from 255 or 13.68% from 541); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FA4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9FA4A is #2605B5. Grayscale: #DCDCDC. Windows color (decimal): -2491830 or 4913881. OLE color: 4913881.

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

Color convert

RGB 217 250 74 -
CMYK 0.13 0 0.70 0.02
HSL 71.25º 0.95% 0.64% -
HSV(B) 71.25º 0.7% 0.98% -
XYZ 64.04 83.62 19.24 -
YUV 220.07 45.57 125.81 -
System Red Green Blue C M Y K H S L
Decimal 217 250 74 0.13 0 0.70 0.02 71.25 0.95 0.64
Hex D9 FA 4A D 0 46 2 47 5F 40
Octal 331 372 112 15 0 106 2 107 137 100
Binary 11011001 11111010 1001010 1101 0 1000110 10 1000111 1011111 1000000

Color Harmonies of #D9FA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9FA4A

Black with #D9FA4A

Text Example


Text Example

White with #D9FA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9FA4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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