Html Css Color HEX #D2E13E Pear

📋 copy color: '#D2E13E'

red 210 ◦ green 225 ◦ blue 62

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

Shades of Pear #D2E13E

Tints of Pear #D2E13E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 12.47%

R = 42.25%
G = 45.27%
B = 12.47%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#D2E13E (or 0xD2E13E) is known color: Pear. HEX triplet: D2, E1 and 3E. RGB value is (210,225,62). Sum of RGB (Red+Green+Blue) = 210+225+62=497 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.25% from 497); Green value is 225 (88.28% from 255 or 45.27% from 497); Blue value is 62 (24.61% from 255 or 12.47% from 497); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E13E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2E13E is #2D1EC1. Grayscale: #CACACA. Windows color (decimal): -2956994 or 4121042. OLE color: 4121042.

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

Color convert

RGB 210 225 62 -
CMYK 0.07 0 0.72 0.12
HSL 65.52º 0.73% 0.56% -
HSV(B) 65.52º 0.72% 0.88% -
XYZ 54.37 67.9 14.8 -
YUV 201.93 49.03 133.75 -
System Red Green Blue C M Y K H S L
Decimal 210 225 62 0.07 0 0.72 0.12 65.52 0.73 0.56
Hex D2 E1 3E 7 0 48 C 42 49 38
Octal 322 341 76 7 0 110 14 102 111 70
Binary 11010010 11100001 111110 111 0 1001000 1100 1000010 1001001 111000

Color Harmonies of #D2E13E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E13E

Black with #D2E13E

Text Example


Text Example

White with #D2E13E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E13E; }

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

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

background-color css

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

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

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

border-color css

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

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

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