Html Css Color HEX #D5EB40 Pear

📋 copy color: '#D5EB40'

red 213 ◦ green 235 ◦ blue 64

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

Shades of Pear #D5EB40

Tints of Pear #D5EB40

RGB

 RED value IS 213 (83.59% from 255) = 41.6%

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

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

R = 41.6%
G = 45.9%
B = 12.5%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#D5EB40 (or 0xD5EB40) is known color: Pear. HEX triplet: D5, EB and 40. RGB value is (213,235,64). Sum of RGB (Red+Green+Blue) = 213+235+64=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 235 (92.19% from 255 or 45.90% from 512); Blue value is 64 (25.39% from 255 or 12.5% from 512); Max value from RGB is 235 - color contains mainly: green. Hex color #D5EB40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5EB40 is #2A14BF. Grayscale: #D1D1D1. Windows color (decimal): -2757824 or 4254677. OLE color: 4254677.

HSL color Cylindrical-coordinate representation of color #D5EB40: hue angle of 67.72º 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 #D5EB40 is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB 213 235 64 -
CMYK 0.09 0 0.73 0.08
HSL 67.72º 0.81% 0.59% -
HSV(B) 67.72º 0.73% 0.92% -
XYZ 58.07 73.93 16.06 -
YUV 208.93 46.21 130.9 -
System Red Green Blue C M Y K H S L
Decimal 213 235 64 0.09 0 0.73 0.08 67.72 0.81 0.59
Hex D5 EB 40 9 0 49 8 44 51 3B
Octal 325 353 100 11 0 111 10 104 121 73
Binary 11010101 11101011 1000000 1001 0 1001001 1000 1000100 1010001 111011

Color Harmonies of #D5EB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EB40

Black with #D5EB40

Text Example


Text Example

White with #D5EB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EB40; }

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

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

background-color css

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

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

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

border-color css

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

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

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