Html Css Color HEX #D5E13B Pear

📋 copy color: '#D5E13B'

red 213 ◦ green 225 ◦ blue 59

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

Shades of Pear #D5E13B

Tints of Pear #D5E13B

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.27%

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

R = 42.86%
G = 45.27%
B = 11.87%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#D5E13B (or 0xD5E13B) is known color: Pear. HEX triplet: D5, E1 and 3B. RGB value is (213,225,59). Sum of RGB (Red+Green+Blue) = 213+225+59=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 225 (88.28% from 255 or 45.27% from 497); Blue value is 59 (23.44% from 255 or 11.87% from 497); Max value from RGB is 225 - color contains mainly: green. Hex color #D5E13B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E13B is #2A1EC4. Grayscale: #CBCBCB. Windows color (decimal): -2760389 or 3924437. OLE color: 3924437.

HSL color Cylindrical-coordinate representation of color #D5E13B: hue angle of 64.34º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D5E13B is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB 213 225 59 -
CMYK 0.05 0 0.74 0.12
HSL 64.34º 0.73% 0.56% -
HSV(B) 64.34º 0.74% 0.88% -
XYZ 55.16 68.31 14.42 -
YUV 202.49 47.02 135.5 -
System Red Green Blue C M Y K H S L
Decimal 213 225 59 0.05 0 0.74 0.12 64.34 0.73 0.56
Hex D5 E1 3B 5 0 4A C 40 49 38
Octal 325 341 73 5 0 112 14 100 111 70
Binary 11010101 11100001 111011 101 0 1001010 1100 1000000 1001001 111000

Color Harmonies of #D5E13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E13B

Black with #D5E13B

Text Example


Text Example

White with #D5E13B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E13B; }

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

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

background-color css

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

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

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

border-color css

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

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

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