Html Css Color HEX #D9FA25 Pear

📋 copy color: '#D9FA25'

red 217 ◦ green 250 ◦ blue 37

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

Shades of Pear #D9FA25

Tints of Pear #D9FA25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.34%

R = 43.06%
G = 49.6%
B = 7.34%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#D9FA25 (or 0xD9FA25) is known color: Pear. HEX triplet: D9, FA and 25. RGB value is (217,250,37). Sum of RGB (Red+Green+Blue) = 217+250+37=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 250 (98.05% from 255 or 49.60% from 504); Blue value is 37 (14.84% from 255 or 7.34% from 504); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FA25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9FA25 is #2605DA. Grayscale: #D8D8D8. Windows color (decimal): -2491867 or 2489049. OLE color: 2489049.

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

Color convert

RGB 217 250 37 -
CMYK 0.13 0 0.85 0.02
HSL 69.3º 0.96% 0.56% -
HSV(B) 69.3º 0.85% 0.98% -
XYZ 63.13 83.26 14.49 -
YUV 215.85 27.07 128.82 -
System Red Green Blue C M Y K H S L
Decimal 217 250 37 0.13 0 0.85 0.02 69.3 0.96 0.56
Hex D9 FA 25 D 0 55 2 45 60 38
Octal 331 372 45 15 0 125 2 105 140 70
Binary 11011001 11111010 100101 1101 0 1010101 10 1000101 1100000 111000

Color Harmonies of #D9FA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9FA25

Black with #D9FA25

Text Example


Text Example

White with #D9FA25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9FA25; }

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

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

background-color css

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

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

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

border-color css

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

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

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