Html Css Color HEX #D1FB30 Pear

📋 copy color: '#D1FB30'

red 209 ◦ green 251 ◦ blue 48

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

Shades of Pear #D1FB30

Tints of Pear #D1FB30

RGB

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

 GREEN value IS 251 (98.44% from 255) = 49.41%

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

R = 41.14%
G = 49.41%
B = 9.45%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#D1FB30 (or 0xD1FB30) is known color: Pear. HEX triplet: D1, FB and 30. RGB value is (209,251,48). Sum of RGB (Red+Green+Blue) = 209+251+48=508 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.14% from 508); Green value is 251 (98.44% from 255 or 49.41% from 508); Blue value is 48 (19.14% from 255 or 9.45% from 508); Max value from RGB is 251 - color contains mainly: green. Hex color #D1FB30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1FB30 is #2E04CF. Grayscale: #D8D8D8. Windows color (decimal): -3015888 or 3210193. OLE color: 3210193.

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

Color convert

RGB 209 251 48 -
CMYK 0.17 0 0.81 0.02
HSL 72.41º 0.96% 0.59% -
HSV(B) 72.41º 0.81% 0.98% -
XYZ 61.33 82.76 15.54 -
YUV 215.3 33.59 123.51 -
System Red Green Blue C M Y K H S L
Decimal 209 251 48 0.17 0 0.81 0.02 72.41 0.96 0.59
Hex D1 FB 30 11 0 51 2 48 60 3B
Octal 321 373 60 21 0 121 2 110 140 73
Binary 11010001 11111011 110000 10001 0 1010001 10 1001000 1100000 111011

Color Harmonies of #D1FB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1FB30

Black with #D1FB30

Text Example


Text Example

White with #D1FB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1FB30; }

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

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

background-color css

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

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

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

border-color css

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

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

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