Html Css Color HEX #D1FC30 Pear

📋 copy color: '#D1FC30'

red 209 ◦ green 252 ◦ blue 48

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

Shades of Pear #D1FC30

Tints of Pear #D1FC30

RGB

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

 GREEN value IS 252 (98.83% from 255) = 49.51%

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

R = 41.06%
G = 49.51%
B = 9.43%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#D1FC30 (or 0xD1FC30) is known color: Pear. HEX triplet: D1, FC and 30. RGB value is (209,252,48). Sum of RGB (Red+Green+Blue) = 209+252+48=509 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.06% from 509); Green value is 252 (98.83% from 255 or 49.51% from 509); Blue value is 48 (19.14% from 255 or 9.43% from 509); Max value from RGB is 252 - color contains mainly: green. Hex color #D1FC30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1FC30 is #2E03CF. Grayscale: #D8D8D8. Windows color (decimal): -3015632 or 3210449. OLE color: 3210449.

HSL color Cylindrical-coordinate representation of color #D1FC30: hue angle of 72.65º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D1FC30 is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 209 252 48 -
CMYK 0.17 0 0.81 0.01
HSL 72.65º 0.97% 0.59% -
HSV(B) 72.65º 0.81% 0.99% -
XYZ 61.64 83.39 15.64 -
YUV 215.89 33.25 123.09 -
System Red Green Blue C M Y K H S L
Decimal 209 252 48 0.17 0 0.81 0.01 72.65 0.97 0.59
Hex D1 FC 30 11 0 51 1 49 61 3B
Octal 321 374 60 21 0 121 1 111 141 73
Binary 11010001 11111100 110000 10001 0 1010001 1 1001001 1100001 111011

Color Harmonies of #D1FC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1FC30

Black with #D1FC30

Text Example


Text Example

White with #D1FC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1FC30; }

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

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

background-color css

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

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

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

border-color css

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

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

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