Html Css Color HEX #D5E123 Pear

📋 copy color: '#D5E123'

red 213 ◦ green 225 ◦ blue 35

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

Shades of Pear #D5E123

Tints of Pear #D5E123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.4%

R = 45.03%
G = 47.57%
B = 7.4%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#D5E123 (or 0xD5E123) is known color: Pear. HEX triplet: D5, E1 and 23. RGB value is (213,225,35). Sum of RGB (Red+Green+Blue) = 213+225+35=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 225 (88.28% from 255 or 47.57% from 473); Blue value is 35 (14.06% from 255 or 7.40% from 473); Max value from RGB is 225 - color contains mainly: green. Hex color #D5E123 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E123 is #2A1EDC. Grayscale: #C8C8C8. Windows color (decimal): -2760413 or 2351573. OLE color: 2351573.

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

Color convert

RGB 213 225 35 -
CMYK 0.05 0 0.84 0.12
HSL 63.79º 0.76% 0.51% -
HSV(B) 63.79º 0.84% 0.88% -
XYZ 54.67 68.12 11.86 -
YUV 199.75 35.02 137.45 -
System Red Green Blue C M Y K H S L
Decimal 213 225 35 0.05 0 0.84 0.12 63.79 0.76 0.51
Hex D5 E1 23 5 0 54 C 40 4C 33
Octal 325 341 43 5 0 124 14 100 114 63
Binary 11010101 11100001 100011 101 0 1010100 1100 1000000 1001100 110011

Color Harmonies of #D5E123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E123

Black with #D5E123

Text Example


Text Example

White with #D5E123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E123; }

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

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

background-color css

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

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

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

border-color css

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

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

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