Html Css Color HEX #D7FD20 Pear

📋 copy color: '#D7FD20'

red 215 ◦ green 253 ◦ blue 32

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

Shades of Pear #D7FD20

Tints of Pear #D7FD20

RGB

 RED value IS 215 (84.38% from 255) = 43%

 GREEN value IS 253 (99.22% from 255) = 50.6%

 BLUE value IS 32 (12.89% from 255) = 6.4%

R = 43%
G = 50.6%
B = 6.4%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#D7FD20 (or 0xD7FD20) is known color: Pear. HEX triplet: D7, FD and 20. RGB value is (215,253,32). Sum of RGB (Red+Green+Blue) = 215+253+32=500 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43% from 500); Green value is 253 (99.22% from 255 or 50.6% from 500); Blue value is 32 (12.89% from 255 or 6.4% from 500); Max value from RGB is 253 - color contains mainly: green. Hex color #D7FD20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7FD20 is #2802DF. Grayscale: #D9D9D9. Windows color (decimal): -2622176 or 2162135. OLE color: 2162135.

HSL color Cylindrical-coordinate representation of color #D7FD20: hue angle of 70.32º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D7FD20 is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.01.

Color convert

RGB 215 253 32 -
CMYK 0.15 0 0.87 0.01
HSL 70.32º 0.98% 0.56% -
HSV(B) 70.32º 0.87% 0.99% -
XYZ 63.41 84.8 14.39 -
YUV 216.44 23.91 126.97 -
System Red Green Blue C M Y K H S L
Decimal 215 253 32 0.15 0 0.87 0.01 70.32 0.98 0.56
Hex D7 FD 20 F 0 57 1 46 62 38
Octal 327 375 40 17 0 127 1 106 142 70
Binary 11010111 11111101 100000 1111 0 1010111 1 1000110 1100010 111000

Color Harmonies of #D7FD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7FD20

Black with #D7FD20

Text Example


Text Example

White with #D7FD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7FD20; }

 p { color: rgb(215,253,32); }

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

background-color css

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

 a { background-color: rgb(215,253,32); }

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

border-color css

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

 span { border-color: rgb(215,253,32); }

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