Html Css Color HEX #D2E544 Pear

📋 copy color: '#D2E544'

red 210 ◦ green 229 ◦ blue 68

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

Shades of Pear #D2E544

Tints of Pear #D2E544

RGB

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

 GREEN value IS 229 (89.84% from 255) = 45.17%

 BLUE value IS 68 (26.95% from 255) = 13.41%

R = 41.42%
G = 45.17%
B = 13.41%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#D2E544 (or 0xD2E544) is known color: Pear. HEX triplet: D2, E5 and 44. RGB value is (210,229,68). Sum of RGB (Red+Green+Blue) = 210+229+68=507 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.42% from 507); Green value is 229 (89.84% from 255 or 45.17% from 507); Blue value is 68 (26.95% from 255 or 13.41% from 507); Max value from RGB is 229 - color contains mainly: green. Hex color #D2E544 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2E544 is #2D1ABB. Grayscale: #CDCDCD. Windows color (decimal): -2955964 or 4515282. OLE color: 4515282.

HSL color Cylindrical-coordinate representation of color #D2E544: hue angle of 67.08º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2E544 is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB 210 229 68 -
CMYK 0.08 0 0.70 0.10
HSL 67.08º 0.76% 0.58% -
HSV(B) 67.08º 0.7% 0.9% -
XYZ 55.64 70.16 16.08 -
YUV 204.97 50.71 131.59 -
System Red Green Blue C M Y K H S L
Decimal 210 229 68 0.08 0 0.70 0.10 67.08 0.76 0.58
Hex D2 E5 44 8 0 46 A 43 4C 3A
Octal 322 345 104 10 0 106 12 103 114 72
Binary 11010010 11100101 1000100 1000 0 1000110 1010 1000011 1001100 111010

Color Harmonies of #D2E544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E544

Black with #D2E544

Text Example


Text Example

White with #D2E544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E544; }

 p { color: rgb(210,229,68); }

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

background-color css

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

 a { background-color: rgb(210,229,68); }

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

border-color css

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

 span { border-color: rgb(210,229,68); }

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