Html Css Color HEX #D7F120 Pear

📋 copy color: '#D7F120'

red 215 ◦ green 241 ◦ blue 32

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

Shades of Pear #D7F120

Tints of Pear #D7F120

RGB

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

 GREEN value IS 241 (94.53% from 255) = 49.39%

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

R = 44.06%
G = 49.39%
B = 6.56%

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

#D7F120 (or 0xD7F120) is known color: Pear. HEX triplet: D7, F1 and 20. RGB value is (215,241,32). Sum of RGB (Red+Green+Blue) = 215+241+32=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 241 (94.53% from 255 or 49.39% from 488); Blue value is 32 (12.89% from 255 or 6.56% from 488); Max value from RGB is 241 - color contains mainly: green. Hex color #D7F120 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7F120 is #280EDF. Grayscale: #D2D2D2. Windows color (decimal): -2625248 or 2159063. OLE color: 2159063.

HSL color Cylindrical-coordinate representation of color #D7F120: hue angle of 67.46º degrees, saturation: 0.88, 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 #D7F120 is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 215 241 32 -
CMYK 0.11 0 0.87 0.05
HSL 67.46º 0.88% 0.54% -
HSV(B) 67.46º 0.87% 0.95% -
XYZ 59.74 77.46 13.17 -
YUV 209.4 27.89 131.99 -
System Red Green Blue C M Y K H S L
Decimal 215 241 32 0.11 0 0.87 0.05 67.46 0.88 0.54
Hex D7 F1 20 B 0 57 5 43 58 36
Octal 327 361 40 13 0 127 5 103 130 66
Binary 11010111 11110001 100000 1011 0 1010111 101 1000011 1011000 110110

Color Harmonies of #D7F120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7F120

Black with #D7F120

Text Example


Text Example

White with #D7F120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7F120; }

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

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

background-color css

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

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

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

border-color css

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

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

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