Html Css Color HEX #D9F93A Pear

📋 copy color: '#D9F93A'

red 217 ◦ green 249 ◦ blue 58

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

Shades of Pear #D9F93A

Tints of Pear #D9F93A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.52%

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

R = 41.41%
G = 47.52%
B = 11.07%

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

#D9F93A (or 0xD9F93A) is known color: Pear. HEX triplet: D9, F9 and 3A. RGB value is (217,249,58). Sum of RGB (Red+Green+Blue) = 217+249+58=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 249 (97.66% from 255 or 47.52% from 524); Blue value is 58 (23.05% from 255 or 11.07% from 524); Max value from RGB is 249 - color contains mainly: green. Hex color #D9F93A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9F93A is #2606C5. Grayscale: #DADADA. Windows color (decimal): -2492102 or 3865049. OLE color: 3865049.

HSL color Cylindrical-coordinate representation of color #D9F93A: hue angle of 70.05º degrees, saturation: 0.94, 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 #D9F93A is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 249 58 -
CMYK 0.13 0 0.77 0.02
HSL 70.05º 0.94% 0.6% -
HSV(B) 70.05º 0.77% 0.98% -
XYZ 63.25 82.81 16.65 -
YUV 217.66 37.9 127.53 -
System Red Green Blue C M Y K H S L
Decimal 217 249 58 0.13 0 0.77 0.02 70.05 0.94 0.6
Hex D9 F9 3A D 0 4D 2 46 5E 3C
Octal 331 371 72 15 0 115 2 106 136 74
Binary 11011001 11111001 111010 1101 0 1001101 10 1000110 1011110 111100

Color Harmonies of #D9F93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9F93A

Black with #D9F93A

Text Example


Text Example

White with #D9F93A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9F93A; }

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

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

background-color css

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

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

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

border-color css

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

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

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