Html Css Color HEX #D2E130 Pear

📋 copy color: '#D2E130'

red 210 ◦ green 225 ◦ blue 48

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

Shades of Pear #D2E130

Tints of Pear #D2E130

RGB

 RED value IS 210 (82.42% from 255) = 43.48%

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

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

R = 43.48%
G = 46.58%
B = 9.94%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#D2E130 (or 0xD2E130) is known color: Pear. HEX triplet: D2, E1 and 30. RGB value is (210,225,48). Sum of RGB (Red+Green+Blue) = 210+225+48=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 225 (88.28% from 255 or 46.58% from 483); Blue value is 48 (19.14% from 255 or 9.94% from 483); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E130 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2E130 is #2D1ECF. Grayscale: #C9C9C9. Windows color (decimal): -2957008 or 3203538. OLE color: 3203538.

HSL color Cylindrical-coordinate representation of color #D2E130: hue angle of 65.08º 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 #D2E130 is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 210 225 48 -
CMYK 0.07 0 0.79 0.12
HSL 65.08º 0.75% 0.54% -
HSV(B) 65.08º 0.79% 0.88% -
XYZ 54.04 67.77 13.03 -
YUV 200.34 42.03 134.89 -
System Red Green Blue C M Y K H S L
Decimal 210 225 48 0.07 0 0.79 0.12 65.08 0.75 0.54
Hex D2 E1 30 7 0 4F C 41 4B 36
Octal 322 341 60 7 0 117 14 101 113 66
Binary 11010010 11100001 110000 111 0 1001111 1100 1000001 1001011 110110

Color Harmonies of #D2E130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E130

Black with #D2E130

Text Example


Text Example

White with #D2E130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E130; }

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

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

background-color css

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

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

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

border-color css

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

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

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