Html Css Color HEX #D3F52F Pear

📋 copy color: '#D3F52F'

red 211 ◦ green 245 ◦ blue 47

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

Shades of Pear #D3F52F

Tints of Pear #D3F52F

RGB

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

 GREEN value IS 245 (96.09% from 255) = 48.71%

 BLUE value IS 47 (18.75% from 255) = 9.34%

R = 41.95%
G = 48.71%
B = 9.34%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#D3F52F (or 0xD3F52F) is known color: Pear. HEX triplet: D3, F5 and 2F. RGB value is (211,245,47). Sum of RGB (Red+Green+Blue) = 211+245+47=503 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.95% from 503); Green value is 245 (96.09% from 255 or 48.71% from 503); Blue value is 47 (18.75% from 255 or 9.34% from 503); Max value from RGB is 245 - color contains mainly: green. Hex color #D3F52F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3F52F is #2C0AD0. Grayscale: #D5D5D5. Windows color (decimal): -2886353 or 3143123. OLE color: 3143123.

HSL color Cylindrical-coordinate representation of color #D3F52F: hue angle of 70.3º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D3F52F is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB 211 245 47 -
CMYK 0.14 0 0.81 0.04
HSL 70.3º 0.91% 0.57% -
HSV(B) 70.3º 0.81% 0.96% -
XYZ 60.03 79.36 14.84 -
YUV 212.26 34.74 127.1 -
System Red Green Blue C M Y K H S L
Decimal 211 245 47 0.14 0 0.81 0.04 70.3 0.91 0.57
Hex D3 F5 2F E 0 51 4 46 5B 39
Octal 323 365 57 16 0 121 4 106 133 71
Binary 11010011 11110101 101111 1110 0 1010001 100 1000110 1011011 111001

Color Harmonies of #D3F52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3F52F

Black with #D3F52F

Text Example


Text Example

White with #D3F52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3F52F; }

 p { color: rgb(211,245,47); }

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

background-color css

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

 a { background-color: rgb(211,245,47); }

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

border-color css

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

 span { border-color: rgb(211,245,47); }

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