Html Css Color HEX #D1F930 Pear

📋 copy color: '#D1F930'

red 209 ◦ green 249 ◦ blue 48

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

Shades of Pear #D1F930

Tints of Pear #D1F930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.49%

R = 41.3%
G = 49.21%
B = 9.49%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#D1F930 (or 0xD1F930) is known color: Pear. HEX triplet: D1, F9 and 30. RGB value is (209,249,48). Sum of RGB (Red+Green+Blue) = 209+249+48=506 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.30% from 506); Green value is 249 (97.66% from 255 or 49.21% from 506); Blue value is 48 (19.14% from 255 or 9.49% from 506); Max value from RGB is 249 - color contains mainly: green. Hex color #D1F930 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F930 is #2E06CF. Grayscale: #D6D6D6. Windows color (decimal): -3016400 or 3209681. OLE color: 3209681.

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

Color convert

RGB 209 249 48 -
CMYK 0.16 0 0.81 0.02
HSL 71.94º 0.94% 0.58% -
HSV(B) 71.94º 0.81% 0.98% -
XYZ 60.7 81.52 15.33 -
YUV 214.13 34.25 124.34 -
System Red Green Blue C M Y K H S L
Decimal 209 249 48 0.16 0 0.81 0.02 71.94 0.94 0.58
Hex D1 F9 30 10 0 51 2 48 5E 3A
Octal 321 371 60 20 0 121 2 110 136 72
Binary 11010001 11111001 110000 10000 0 1010001 10 1001000 1011110 111010

Color Harmonies of #D1F930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F930

Black with #D1F930

Text Example


Text Example

White with #D1F930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F930; }

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

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

background-color css

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

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

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

border-color css

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

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

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