Html Css Color HEX #D7E130 Pear

📋 copy color: '#D7E130'

red 215 ◦ green 225 ◦ blue 48

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

Shades of Pear #D7E130

Tints of Pear #D7E130

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.11%

 BLUE value IS 48 (19.14% from 255) = 9.84%

R = 44.06%
G = 46.11%
B = 9.84%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#D7E130 (or 0xD7E130) is known color: Pear. HEX triplet: D7, E1 and 30. RGB value is (215,225,48). Sum of RGB (Red+Green+Blue) = 215+225+48=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 225 (88.28% from 255 or 46.11% from 488); Blue value is 48 (19.14% from 255 or 9.84% from 488); Max value from RGB is 225 - color contains mainly: green. Hex color #D7E130 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7E130 is #281ECF. Grayscale: #CACACA. Windows color (decimal): -2629328 or 3203543. OLE color: 3203543.

HSL color Cylindrical-coordinate representation of color #D7E130: hue angle of 63.39º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D7E130 is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 215 225 48 -
CMYK 0.04 0 0.79 0.12
HSL 63.39º 0.75% 0.54% -
HSV(B) 63.39º 0.79% 0.88% -
XYZ 55.48 68.51 13.1 -
YUV 201.83 41.19 137.39 -
System Red Green Blue C M Y K H S L
Decimal 215 225 48 0.04 0 0.79 0.12 63.39 0.75 0.54
Hex D7 E1 30 4 0 4F C 3F 4B 36
Octal 327 341 60 4 0 117 14 77 113 66
Binary 11010111 11100001 110000 100 0 1001111 1100 111111 1001011 110110

Color Harmonies of #D7E130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7E130

Black with #D7E130

Text Example


Text Example

White with #D7E130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7E130; }

 p { color: rgb(215,225,48); }

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

background-color css

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

 a { background-color: rgb(215,225,48); }

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

border-color css

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

 span { border-color: rgb(215,225,48); }

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