Html Css Color HEX #D9FD32 Pear

📋 copy color: '#D9FD32'

red 217 ◦ green 253 ◦ blue 50

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

Shades of Pear #D9FD32

Tints of Pear #D9FD32

RGB

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

 GREEN value IS 253 (99.22% from 255) = 48.65%

 BLUE value IS 50 (19.92% from 255) = 9.62%

R = 41.73%
G = 48.65%
B = 9.62%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#D9FD32 (or 0xD9FD32) is known color: Pear. HEX triplet: D9, FD and 32. RGB value is (217,253,50). Sum of RGB (Red+Green+Blue) = 217+253+50=520 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.73% from 520); Green value is 253 (99.22% from 255 or 48.65% from 520); Blue value is 50 (19.92% from 255 or 9.62% from 520); Max value from RGB is 253 - color contains mainly: green. Hex color #D9FD32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9FD32 is #2602CD. Grayscale: #DBDBDB. Windows color (decimal): -2491086 or 3341785. OLE color: 3341785.

HSL color Cylindrical-coordinate representation of color #D9FD32: hue angle of 70.64º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9FD32 is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.

Color convert

RGB 217 253 50 -
CMYK 0.14 0 0.80 0.01
HSL 70.64º 0.98% 0.59% -
HSV(B) 70.64º 0.8% 0.99% -
XYZ 64.32 85.23 16.08 -
YUV 219.09 32.57 126.51 -
System Red Green Blue C M Y K H S L
Decimal 217 253 50 0.14 0 0.80 0.01 70.64 0.98 0.59
Hex D9 FD 32 E 0 50 1 47 62 3B
Octal 331 375 62 16 0 120 1 107 142 73
Binary 11011001 11111101 110010 1110 0 1010000 1 1000111 1100010 111011

Color Harmonies of #D9FD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9FD32

Black with #D9FD32

Text Example


Text Example

White with #D9FD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9FD32; }

 p { color: rgb(217,253,50); }

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

background-color css

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

 a { background-color: rgb(217,253,50); }

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

border-color css

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

 span { border-color: rgb(217,253,50); }

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