Html Css Color HEX #D2E431 Pear

📋 copy color: '#D2E431'

red 210 ◦ green 228 ◦ blue 49

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

Shades of Pear #D2E431

Tints of Pear #D2E431

RGB

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

 GREEN value IS 228 (89.45% from 255) = 46.82%

 BLUE value IS 49 (19.53% from 255) = 10.06%

R = 43.12%
G = 46.82%
B = 10.06%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#D2E431 (or 0xD2E431) is known color: Pear. HEX triplet: D2, E4 and 31. RGB value is (210,228,49). Sum of RGB (Red+Green+Blue) = 210+228+49=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 228 (89.45% from 255 or 46.82% from 487); Blue value is 49 (19.53% from 255 or 10.06% from 487); Max value from RGB is 228 - color contains mainly: green. Hex color #D2E431 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2E431 is #2D1BCE. Grayscale: #CACACA. Windows color (decimal): -2956239 or 3269842. OLE color: 3269842.

HSL color Cylindrical-coordinate representation of color #D2E431: hue angle of 66.03º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D2E431 is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB 210 228 49 -
CMYK 0.08 0 0.79 0.11
HSL 66.03º 0.77% 0.54% -
HSV(B) 66.03º 0.79% 0.89% -
XYZ 54.88 69.41 13.41 -
YUV 202.21 41.54 133.55 -
System Red Green Blue C M Y K H S L
Decimal 210 228 49 0.08 0 0.79 0.11 66.03 0.77 0.54
Hex D2 E4 31 8 0 4F B 42 4D 36
Octal 322 344 61 10 0 117 13 102 115 66
Binary 11010010 11100100 110001 1000 0 1001111 1011 1000010 1001101 110110

Color Harmonies of #D2E431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E431

Black with #D2E431

Text Example


Text Example

White with #D2E431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E431; }

 p { color: rgb(210,228,49); }

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

background-color css

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

 a { background-color: rgb(210,228,49); }

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

border-color css

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

 span { border-color: rgb(210,228,49); }

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