Html Css Color HEX #D2E126 Pear

📋 copy color: '#D2E126'

red 210 ◦ green 225 ◦ blue 38

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

Shades of Pear #D2E126

Tints of Pear #D2E126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.03%

R = 44.4%
G = 47.57%
B = 8.03%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#D2E126 (or 0xD2E126) is known color: Pear. HEX triplet: D2, E1 and 26. RGB value is (210,225,38). Sum of RGB (Red+Green+Blue) = 210+225+38=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 225 (88.28% from 255 or 47.57% from 473); Blue value is 38 (15.23% from 255 or 8.03% from 473); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E126 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2E126 is #2D1ED9. Grayscale: #C7C7C7. Windows color (decimal): -2957018 or 2548178. OLE color: 2548178.

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

Color convert

RGB 210 225 38 -
CMYK 0.07 0 0.83 0.12
HSL 64.81º 0.76% 0.52% -
HSV(B) 64.81º 0.83% 0.88% -
XYZ 53.85 67.69 12.06 -
YUV 199.2 37.03 135.71 -
System Red Green Blue C M Y K H S L
Decimal 210 225 38 0.07 0 0.83 0.12 64.81 0.76 0.52
Hex D2 E1 26 7 0 53 C 41 4C 34
Octal 322 341 46 7 0 123 14 101 114 64
Binary 11010010 11100001 100110 111 0 1010011 1100 1000001 1001100 110100

Color Harmonies of #D2E126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E126

Black with #D2E126

Text Example


Text Example

White with #D2E126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E126; }

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

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

background-color css

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

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

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

border-color css

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

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

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