Html Css Color HEX #D5EC3B Pear

📋 copy color: '#D5EC3B'

red 213 ◦ green 236 ◦ blue 59

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

Shades of Pear #D5EC3B

Tints of Pear #D5EC3B

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46.46%

 BLUE value IS 59 (23.44% from 255) = 11.61%

R = 41.93%
G = 46.46%
B = 11.61%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#D5EC3B (or 0xD5EC3B) is known color: Pear. HEX triplet: D5, EC and 3B. RGB value is (213,236,59). Sum of RGB (Red+Green+Blue) = 213+236+59=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 236 (92.58% from 255 or 46.46% from 508); Blue value is 59 (23.44% from 255 or 11.61% from 508); Max value from RGB is 236 - color contains mainly: green. Hex color #D5EC3B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5EC3B is #2A13C4. Grayscale: #D1D1D1. Windows color (decimal): -2757573 or 3927253. OLE color: 3927253.

HSL color Cylindrical-coordinate representation of color #D5EC3B: hue angle of 67.8º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D5EC3B is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 236 59 -
CMYK 0.10 0 0.75 0.07
HSL 67.8º 0.82% 0.58% -
HSV(B) 67.8º 0.75% 0.93% -
XYZ 58.23 74.45 15.44 -
YUV 208.95 43.38 130.89 -
System Red Green Blue C M Y K H S L
Decimal 213 236 59 0.10 0 0.75 0.07 67.8 0.82 0.58
Hex D5 EC 3B A 0 4B 7 44 52 3A
Octal 325 354 73 12 0 113 7 104 122 72
Binary 11010101 11101100 111011 1010 0 1001011 111 1000100 1010010 111010

Color Harmonies of #D5EC3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EC3B

Black with #D5EC3B

Text Example


Text Example

White with #D5EC3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EC3B; }

 p { color: rgb(213,236,59); }

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

background-color css

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

 a { background-color: rgb(213,236,59); }

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

border-color css

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

 span { border-color: rgb(213,236,59); }

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