Html Css Color HEX #D2EB40 Pear

📋 copy color: '#D2EB40'

red 210 ◦ green 235 ◦ blue 64

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

Shades of Pear #D2EB40

Tints of Pear #D2EB40

RGB

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

 GREEN value IS 235 (92.19% from 255) = 46.17%

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

R = 41.26%
G = 46.17%
B = 12.57%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#D2EB40 (or 0xD2EB40) is known color: Pear. HEX triplet: D2, EB and 40. RGB value is (210,235,64). Sum of RGB (Red+Green+Blue) = 210+235+64=509 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.26% from 509); Green value is 235 (92.19% from 255 or 46.17% from 509); Blue value is 64 (25.39% from 255 or 12.57% from 509); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EB40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2EB40 is #2D14BF. Grayscale: #D0D0D0. Windows color (decimal): -2954432 or 4254674. OLE color: 4254674.

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

Color convert

RGB 210 235 64 -
CMYK 0.11 0 0.73 0.08
HSL 68.77º 0.81% 0.59% -
HSV(B) 68.77º 0.73% 0.92% -
XYZ 57.21 73.49 16.02 -
YUV 208.03 46.72 129.4 -
System Red Green Blue C M Y K H S L
Decimal 210 235 64 0.11 0 0.73 0.08 68.77 0.81 0.59
Hex D2 EB 40 B 0 49 8 45 51 3B
Octal 322 353 100 13 0 111 10 105 121 73
Binary 11010010 11101011 1000000 1011 0 1001001 1000 1000101 1010001 111011

Color Harmonies of #D2EB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EB40

Black with #D2EB40

Text Example


Text Example

White with #D2EB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EB40; }

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

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

background-color css

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

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

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

border-color css

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

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

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