Html Css Color HEX #D1FA30 Pear

📋 copy color: '#D1FA30'

red 209 ◦ green 250 ◦ blue 48

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

Shades of Pear #D1FA30

Tints of Pear #D1FA30

RGB

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

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

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

R = 41.22%
G = 49.31%
B = 9.47%

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

#D1FA30 (or 0xD1FA30) is known color: Pear. HEX triplet: D1, FA and 30. RGB value is (209,250,48). Sum of RGB (Red+Green+Blue) = 209+250+48=507 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.22% from 507); Green value is 250 (98.05% from 255 or 49.31% from 507); Blue value is 48 (19.14% from 255 or 9.47% from 507); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FA30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1FA30 is #2E05CF. Grayscale: #D7D7D7. Windows color (decimal): -3016144 or 3209937. OLE color: 3209937.

HSL color Cylindrical-coordinate representation of color #D1FA30: hue angle of 72.18º degrees, saturation: 0.95, 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 #D1FA30 is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 250 48 -
CMYK 0.16 0 0.81 0.02
HSL 72.18º 0.95% 0.58% -
HSV(B) 72.18º 0.81% 0.98% -
XYZ 61.01 82.14 15.44 -
YUV 214.71 33.92 123.93 -
System Red Green Blue C M Y K H S L
Decimal 209 250 48 0.16 0 0.81 0.02 72.18 0.95 0.58
Hex D1 FA 30 10 0 51 2 48 5F 3A
Octal 321 372 60 20 0 121 2 110 137 72
Binary 11010001 11111010 110000 10000 0 1010001 10 1001000 1011111 111010

Color Harmonies of #D1FA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1FA30

Black with #D1FA30

Text Example


Text Example

White with #D1FA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1FA30; }

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

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

background-color css

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

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

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

border-color css

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

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

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