Html Css Color HEX #D9FA3A Pear

📋 copy color: '#D9FA3A'

red 217 ◦ green 250 ◦ blue 58

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

Shades of Pear #D9FA3A

Tints of Pear #D9FA3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.05%

R = 41.33%
G = 47.62%
B = 11.05%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#D9FA3A (or 0xD9FA3A) is known color: Pear. HEX triplet: D9, FA and 3A. RGB value is (217,250,58). Sum of RGB (Red+Green+Blue) = 217+250+58=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 250 (98.05% from 255 or 47.62% from 525); Blue value is 58 (23.05% from 255 or 11.05% from 525); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FA3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9FA3A is #2605C5. Grayscale: #DADADA. Windows color (decimal): -2491846 or 3865305. OLE color: 3865305.

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

Color convert

RGB 217 250 58 -
CMYK 0.13 0 0.77 0.02
HSL 70.31º 0.95% 0.6% -
HSV(B) 70.31º 0.77% 0.98% -
XYZ 63.56 83.43 16.76 -
YUV 218.25 37.57 127.11 -
System Red Green Blue C M Y K H S L
Decimal 217 250 58 0.13 0 0.77 0.02 70.31 0.95 0.6
Hex D9 FA 3A D 0 4D 2 46 5F 3C
Octal 331 372 72 15 0 115 2 106 137 74
Binary 11011001 11111010 111010 1101 0 1001101 10 1000110 1011111 111100

Color Harmonies of #D9FA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9FA3A

Black with #D9FA3A

Text Example


Text Example

White with #D9FA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9FA3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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