Html Css Color HEX #D3FB30 Pear

📋 copy color: '#D3FB30'

red 211 ◦ green 251 ◦ blue 48

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

Shades of Pear #D3FB30

Tints of Pear #D3FB30

RGB

 RED value IS 211 (82.81% from 255) = 41.37%

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

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

R = 41.37%
G = 49.22%
B = 9.41%

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

#D3FB30 (or 0xD3FB30) is known color: Pear. HEX triplet: D3, FB and 30. RGB value is (211,251,48). Sum of RGB (Red+Green+Blue) = 211+251+48=510 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.37% from 510); Green value is 251 (98.44% from 255 or 49.22% from 510); Blue value is 48 (19.14% from 255 or 9.41% from 510); Max value from RGB is 251 - color contains mainly: green. Hex color #D3FB30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3FB30 is #2C04CF. Grayscale: #D8D8D8. Windows color (decimal): -2884816 or 3210195. OLE color: 3210195.

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

Color convert

RGB 211 251 48 -
CMYK 0.16 0 0.81 0.02
HSL 71.82º 0.96% 0.59% -
HSV(B) 71.82º 0.81% 0.98% -
XYZ 61.89 83.06 15.57 -
YUV 215.9 33.25 124.51 -
System Red Green Blue C M Y K H S L
Decimal 211 251 48 0.16 0 0.81 0.02 71.82 0.96 0.59
Hex D3 FB 30 10 0 51 2 48 60 3B
Octal 323 373 60 20 0 121 2 110 140 73
Binary 11010011 11111011 110000 10000 0 1010001 10 1001000 1100000 111011

Color Harmonies of #D3FB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3FB30

Black with #D3FB30

Text Example


Text Example

White with #D3FB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3FB30; }

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

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

background-color css

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

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

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

border-color css

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

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

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