Html Css Color HEX #D3F528 Pear

📋 copy color: '#D3F528'

red 211 ◦ green 245 ◦ blue 40

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

Shades of Pear #D3F528

Tints of Pear #D3F528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.06%

R = 42.54%
G = 49.4%
B = 8.06%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#D3F528 (or 0xD3F528) is known color: Pear. HEX triplet: D3, F5 and 28. RGB value is (211,245,40). Sum of RGB (Red+Green+Blue) = 211+245+40=496 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.54% from 496); Green value is 245 (96.09% from 255 or 49.40% from 496); Blue value is 40 (16.02% from 255 or 8.06% from 496); Max value from RGB is 245 - color contains mainly: green. Hex color #D3F528 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3F528 is #2C0AD7. Grayscale: #D4D4D4. Windows color (decimal): -2886360 or 2684371. OLE color: 2684371.

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

Color convert

RGB 211 245 40 -
CMYK 0.14 0 0.84 0.04
HSL 69.95º 0.91% 0.56% -
HSV(B) 69.95º 0.84% 0.96% -
XYZ 59.9 79.31 14.16 -
YUV 211.46 31.24 127.67 -
System Red Green Blue C M Y K H S L
Decimal 211 245 40 0.14 0 0.84 0.04 69.95 0.91 0.56
Hex D3 F5 28 E 0 54 4 46 5B 38
Octal 323 365 50 16 0 124 4 106 133 70
Binary 11010011 11110101 101000 1110 0 1010100 100 1000110 1011011 111000

Color Harmonies of #D3F528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3F528

Black with #D3F528

Text Example


Text Example

White with #D3F528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3F528; }

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

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

background-color css

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

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

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

border-color css

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

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

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