Html Css Color HEX #D7F220 Pear

📋 copy color: '#D7F220'

red 215 ◦ green 242 ◦ blue 32

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

Shades of Pear #D7F220

Tints of Pear #D7F220

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.49%

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

R = 43.97%
G = 49.49%
B = 6.54%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#D7F220 (or 0xD7F220) is known color: Pear. HEX triplet: D7, F2 and 20. RGB value is (215,242,32). Sum of RGB (Red+Green+Blue) = 215+242+32=489 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.97% from 489); Green value is 242 (94.92% from 255 or 49.49% from 489); Blue value is 32 (12.89% from 255 or 6.54% from 489); Max value from RGB is 242 - color contains mainly: green. Hex color #D7F220 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7F220 is #280DDF. Grayscale: #D2D2D2. Windows color (decimal): -2624992 or 2159319. OLE color: 2159319.

HSL color Cylindrical-coordinate representation of color #D7F220: hue angle of 67.71º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D7F220 is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 215 242 32 -
CMYK 0.11 0 0.87 0.05
HSL 67.71º 0.89% 0.54% -
HSV(B) 67.71º 0.87% 0.95% -
XYZ 60.04 78.06 13.27 -
YUV 209.99 27.55 131.58 -
System Red Green Blue C M Y K H S L
Decimal 215 242 32 0.11 0 0.87 0.05 67.71 0.89 0.54
Hex D7 F2 20 B 0 57 5 44 59 36
Octal 327 362 40 13 0 127 5 104 131 66
Binary 11010111 11110010 100000 1011 0 1010111 101 1000100 1011001 110110

Color Harmonies of #D7F220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7F220

Black with #D7F220

Text Example


Text Example

White with #D7F220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7F220; }

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

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

background-color css

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

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

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

border-color css

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

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

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