Html Css Color HEX #D5DE19 Pear

📋 copy color: '#D5DE19'

red 213 ◦ green 222 ◦ blue 25

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

Shades of Pear #D5DE19

Tints of Pear #D5DE19

RGB

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

 GREEN value IS 222 (87.11% from 255) = 48.26%

 BLUE value IS 25 (10.16% from 255) = 5.43%

R = 46.3%
G = 48.26%
B = 5.43%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#D5DE19 (or 0xD5DE19) is known color: Pear. HEX triplet: D5, DE and 19. RGB value is (213,222,25). Sum of RGB (Red+Green+Blue) = 213+222+25=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 222 (87.11% from 255 or 48.26% from 460); Blue value is 25 (10.16% from 255 or 5.43% from 460); Max value from RGB is 222 - color contains mainly: green. Hex color #D5DE19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5DE19 is #2A21E6. Grayscale: #C5C5C5. Windows color (decimal): -2761191 or 1695445. OLE color: 1695445.

HSL color Cylindrical-coordinate representation of color #D5DE19: hue angle of 62.74º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D5DE19 is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 222 25 -
CMYK 0.04 0 0.89 0.13
HSL 62.74º 0.8% 0.48% -
HSV(B) 62.74º 0.89% 0.87% -
XYZ 53.74 66.46 10.92 -
YUV 196.85 31.02 139.52 -
System Red Green Blue C M Y K H S L
Decimal 213 222 25 0.04 0 0.89 0.13 62.74 0.8 0.48
Hex D5 DE 19 4 0 59 D 3F 50 30
Octal 325 336 31 4 0 131 15 77 120 60
Binary 11010101 11011110 11001 100 0 1011001 1101 111111 1010000 110000

Color Harmonies of #D5DE19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DE19

Black with #D5DE19

Text Example


Text Example

White with #D5DE19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DE19; }

 p { color: rgb(213,222,25); }

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

background-color css

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

 a { background-color: rgb(213,222,25); }

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

border-color css

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

 span { border-color: rgb(213,222,25); }

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