Html Css Color HEX #D2EA40 Pear

📋 copy color: '#D2EA40'

red 210 ◦ green 234 ◦ blue 64

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

Shades of Pear #D2EA40

Tints of Pear #D2EA40

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.06%

 BLUE value IS 64 (25.39% from 255) = 12.6%

R = 41.34%
G = 46.06%
B = 12.6%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#D2EA40 (or 0xD2EA40) is known color: Pear. HEX triplet: D2, EA and 40. RGB value is (210,234,64). Sum of RGB (Red+Green+Blue) = 210+234+64=508 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.34% from 508); Green value is 234 (91.80% from 255 or 46.06% from 508); Blue value is 64 (25.39% from 255 or 12.60% from 508); Max value from RGB is 234 - color contains mainly: green. Hex color #D2EA40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2EA40 is #2D15BF. Grayscale: #D0D0D0. Windows color (decimal): -2954688 or 4254418. OLE color: 4254418.

HSL color Cylindrical-coordinate representation of color #D2EA40: hue angle of 68.47º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D2EA40 is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 234 64 -
CMYK 0.10 0 0.73 0.08
HSL 68.47º 0.8% 0.58% -
HSV(B) 68.47º 0.73% 0.92% -
XYZ 56.93 72.92 15.92 -
YUV 207.44 47.05 129.82 -
System Red Green Blue C M Y K H S L
Decimal 210 234 64 0.10 0 0.73 0.08 68.47 0.8 0.58
Hex D2 EA 40 A 0 49 8 44 50 3A
Octal 322 352 100 12 0 111 10 104 120 72
Binary 11010010 11101010 1000000 1010 0 1001001 1000 1000100 1010000 111010

Color Harmonies of #D2EA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EA40

Black with #D2EA40

Text Example


Text Example

White with #D2EA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EA40; }

 p { color: rgb(210,234,64); }

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

background-color css

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

 a { background-color: rgb(210,234,64); }

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

border-color css

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

 span { border-color: rgb(210,234,64); }

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