Html Css Color HEX #D1F940 Pear

📋 copy color: '#D1F940'

red 209 ◦ green 249 ◦ blue 64

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

Shades of Pear #D1F940

Tints of Pear #D1F940

RGB

 RED value IS 209 (82.03% from 255) = 40.04%

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

 BLUE value IS 64 (25.39% from 255) = 12.26%

R = 40.04%
G = 47.7%
B = 12.26%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#D1F940 (or 0xD1F940) is known color: Pear. HEX triplet: D1, F9 and 40. RGB value is (209,249,64). Sum of RGB (Red+Green+Blue) = 209+249+64=522 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.04% from 522); Green value is 249 (97.66% from 255 or 47.70% from 522); Blue value is 64 (25.39% from 255 or 12.26% from 522); Max value from RGB is 249 - color contains mainly: green. Hex color #D1F940 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F940 is #2E06BF. Grayscale: #D8D8D8. Windows color (decimal): -3016384 or 4258257. OLE color: 4258257.

HSL color Cylindrical-coordinate representation of color #D1F940: hue angle of 72.97º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D1F940 is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 249 64 -
CMYK 0.16 0 0.74 0.02
HSL 72.97º 0.94% 0.61% -
HSV(B) 72.97º 0.74% 0.98% -
XYZ 61.1 81.68 17.4 -
YUV 215.95 42.25 123.04 -
System Red Green Blue C M Y K H S L
Decimal 209 249 64 0.16 0 0.74 0.02 72.97 0.94 0.61
Hex D1 F9 40 10 0 4A 2 49 5E 3D
Octal 321 371 100 20 0 112 2 111 136 75
Binary 11010001 11111001 1000000 10000 0 1001010 10 1001001 1011110 111101

Color Harmonies of #D1F940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F940

Black with #D1F940

Text Example


Text Example

White with #D1F940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F940; }

 p { color: rgb(209,249,64); }

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

background-color css

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

 a { background-color: rgb(209,249,64); }

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

border-color css

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

 span { border-color: rgb(209,249,64); }

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