Html Css Color HEX #D5EA3B Pear

📋 copy color: '#D5EA3B'

red 213 ◦ green 234 ◦ blue 59

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

Shades of Pear #D5EA3B

Tints of Pear #D5EA3B

RGB

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

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

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

R = 42.09%
G = 46.25%
B = 11.66%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#D5EA3B (or 0xD5EA3B) is known color: Pear. HEX triplet: D5, EA and 3B. RGB value is (213,234,59). Sum of RGB (Red+Green+Blue) = 213+234+59=506 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.09% from 506); Green value is 234 (91.80% from 255 or 46.25% from 506); Blue value is 59 (23.44% from 255 or 11.66% from 506); Max value from RGB is 234 - color contains mainly: green. Hex color #D5EA3B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5EA3B is #2A15C4. Grayscale: #D0D0D0. Windows color (decimal): -2758085 or 3926741. OLE color: 3926741.

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

Color convert

RGB 213 234 59 -
CMYK 0.09 0 0.75 0.08
HSL 67.2º 0.81% 0.57% -
HSV(B) 67.2º 0.75% 0.92% -
XYZ 57.65 73.31 15.25 -
YUV 207.77 44.04 131.73 -
System Red Green Blue C M Y K H S L
Decimal 213 234 59 0.09 0 0.75 0.08 67.2 0.81 0.57
Hex D5 EA 3B 9 0 4B 8 43 51 39
Octal 325 352 73 11 0 113 10 103 121 71
Binary 11010101 11101010 111011 1001 0 1001011 1000 1000011 1010001 111001

Color Harmonies of #D5EA3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EA3B

Black with #D5EA3B

Text Example


Text Example

White with #D5EA3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EA3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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