Html Css Color HEX #D3F930 Pear

📋 copy color: '#D3F930'

red 211 ◦ green 249 ◦ blue 48

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

Shades of Pear #D3F930

Tints of Pear #D3F930

RGB

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

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

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

R = 41.54%
G = 49.02%
B = 9.45%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#D3F930 (or 0xD3F930) is known color: Pear. HEX triplet: D3, F9 and 30. RGB value is (211,249,48). Sum of RGB (Red+Green+Blue) = 211+249+48=508 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.54% from 508); Green value is 249 (97.66% from 255 or 49.02% from 508); Blue value is 48 (19.14% from 255 or 9.45% from 508); Max value from RGB is 249 - color contains mainly: green. Hex color #D3F930 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3F930 is #2C06CF. Grayscale: #D7D7D7. Windows color (decimal): -2885328 or 3209683. OLE color: 3209683.

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

Color convert

RGB 211 249 48 -
CMYK 0.15 0 0.81 0.02
HSL 71.34º 0.94% 0.58% -
HSV(B) 71.34º 0.81% 0.98% -
XYZ 61.27 81.81 15.36 -
YUV 214.72 33.91 125.34 -
System Red Green Blue C M Y K H S L
Decimal 211 249 48 0.15 0 0.81 0.02 71.34 0.94 0.58
Hex D3 F9 30 F 0 51 2 47 5E 3A
Octal 323 371 60 17 0 121 2 107 136 72
Binary 11010011 11111001 110000 1111 0 1010001 10 1000111 1011110 111010

Color Harmonies of #D3F930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3F930

Black with #D3F930

Text Example


Text Example

White with #D3F930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3F930; }

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

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

background-color css

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

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

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

border-color css

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

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

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