Html Css Color HEX #D2E53F Pear

📋 copy color: '#D2E53F'

red 210 ◦ green 229 ◦ blue 63

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

Shades of Pear #D2E53F

Tints of Pear #D2E53F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.55%

R = 41.83%
G = 45.62%
B = 12.55%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#D2E53F (or 0xD2E53F) is known color: Pear. HEX triplet: D2, E5 and 3F. RGB value is (210,229,63). Sum of RGB (Red+Green+Blue) = 210+229+63=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 229 (89.84% from 255 or 45.62% from 502); Blue value is 63 (25% from 255 or 12.55% from 502); Max value from RGB is 229 - color contains mainly: green. Hex color #D2E53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2E53F is #2D1AC0. Grayscale: #CDCDCD. Windows color (decimal): -2955969 or 4187602. OLE color: 4187602.

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

Color convert

RGB 210 229 63 -
CMYK 0.08 0 0.72 0.10
HSL 66.87º 0.76% 0.57% -
HSV(B) 66.87º 0.72% 0.9% -
XYZ 55.49 70.1 15.31 -
YUV 204.4 48.21 132 -
System Red Green Blue C M Y K H S L
Decimal 210 229 63 0.08 0 0.72 0.10 66.87 0.76 0.57
Hex D2 E5 3F 8 0 48 A 43 4C 39
Octal 322 345 77 10 0 110 12 103 114 71
Binary 11010010 11100101 111111 1000 0 1001000 1010 1000011 1001100 111001

Color Harmonies of #D2E53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E53F

Black with #D2E53F

Text Example


Text Example

White with #D2E53F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E53F; }

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

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

background-color css

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

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

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

border-color css

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

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

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