Html Css Color HEX #D2E536 Pear

📋 copy color: '#D2E536'

red 210 ◦ green 229 ◦ blue 54

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

Shades of Pear #D2E536

Tints of Pear #D2E536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 10.95%

R = 42.6%
G = 46.45%
B = 10.95%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.76

 K value IS 0.10

RGB Variations

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

Color information

#D2E536 (or 0xD2E536) is known color: Pear. HEX triplet: D2, E5 and 36. RGB value is (210,229,54). Sum of RGB (Red+Green+Blue) = 210+229+54=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 229 (89.84% from 255 or 46.45% from 493); Blue value is 54 (21.48% from 255 or 10.95% from 493); Max value from RGB is 229 - color contains mainly: green. Hex color #D2E536 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2E536 is #2D1AC9. Grayscale: #CCCCCC. Windows color (decimal): -2955978 or 3597778. OLE color: 3597778.

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

Color convert

RGB 210 229 54 -
CMYK 0.08 0 0.76 0.10
HSL 66.51º 0.77% 0.55% -
HSV(B) 66.51º 0.76% 0.9% -
XYZ 55.26 70.01 14.09 -
YUV 203.37 43.71 132.73 -
System Red Green Blue C M Y K H S L
Decimal 210 229 54 0.08 0 0.76 0.10 66.51 0.77 0.55
Hex D2 E5 36 8 0 4C A 43 4D 37
Octal 322 345 66 10 0 114 12 103 115 67
Binary 11010010 11100101 110110 1000 0 1001100 1010 1000011 1001101 110111

Color Harmonies of #D2E536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E536

Black with #D2E536

Text Example


Text Example

White with #D2E536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E536; }

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

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

background-color css

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

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

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

border-color css

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

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

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