Html Css Color HEX #D2E140 Pear

📋 copy color: '#D2E140'

red 210 ◦ green 225 ◦ blue 64

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

Shades of Pear #D2E140

Tints of Pear #D2E140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.83%

R = 42.08%
G = 45.09%
B = 12.83%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#D2E140 (or 0xD2E140) is known color: Pear. HEX triplet: D2, E1 and 40. RGB value is (210,225,64). Sum of RGB (Red+Green+Blue) = 210+225+64=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 225 (88.28% from 255 or 45.09% from 499); Blue value is 64 (25.39% from 255 or 12.83% from 499); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2E140 is #2D1EBF. Grayscale: #CACACA. Windows color (decimal): -2956992 or 4252114. OLE color: 4252114.

HSL color Cylindrical-coordinate representation of color #D2E140: hue angle of 65.59º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D2E140 is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB 210 225 64 -
CMYK 0.07 0 0.72 0.12
HSL 65.59º 0.73% 0.57% -
HSV(B) 65.59º 0.72% 0.88% -
XYZ 54.43 67.92 15.09 -
YUV 202.16 50.03 133.59 -
System Red Green Blue C M Y K H S L
Decimal 210 225 64 0.07 0 0.72 0.12 65.59 0.73 0.57
Hex D2 E1 40 7 0 48 C 42 49 39
Octal 322 341 100 7 0 110 14 102 111 71
Binary 11010010 11100001 1000000 111 0 1001000 1100 1000010 1001001 111001

Color Harmonies of #D2E140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E140

Black with #D2E140

Text Example


Text Example

White with #D2E140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E140; }

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

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

background-color css

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

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

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

border-color css

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

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

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