Html Css Color HEX #D5E21E Pear

📋 copy color: '#D5E21E'

red 213 ◦ green 226 ◦ blue 30

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

Shades of Pear #D5E21E

Tints of Pear #D5E21E

RGB

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

 GREEN value IS 226 (88.67% from 255) = 48.19%

 BLUE value IS 30 (12.11% from 255) = 6.4%

R = 45.42%
G = 48.19%
B = 6.4%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.87

 K value IS 0.11

RGB Variations

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

Color information

#D5E21E (or 0xD5E21E) is known color: Pear. HEX triplet: D5, E2 and 1E. RGB value is (213,226,30). Sum of RGB (Red+Green+Blue) = 213+226+30=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 226 (88.67% from 255 or 48.19% from 469); Blue value is 30 (12.11% from 255 or 6.40% from 469); Max value from RGB is 226 - color contains mainly: green. Hex color #D5E21E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E21E is #2A1DE1. Grayscale: #C8C8C8. Windows color (decimal): -2760162 or 2024149. OLE color: 2024149.

HSL color Cylindrical-coordinate representation of color #D5E21E: hue angle of 63.98º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D5E21E is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.11.

Color convert

RGB 213 226 30 -
CMYK 0.06 0 0.87 0.11
HSL 63.98º 0.77% 0.5% -
HSV(B) 63.98º 0.87% 0.89% -
XYZ 54.87 68.63 11.58 -
YUV 199.77 32.19 137.44 -
System Red Green Blue C M Y K H S L
Decimal 213 226 30 0.06 0 0.87 0.11 63.98 0.77 0.5
Hex D5 E2 1E 6 0 57 B 40 4D 32
Octal 325 342 36 6 0 127 13 100 115 62
Binary 11010101 11100010 11110 110 0 1010111 1011 1000000 1001101 110010

Color Harmonies of #D5E21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E21E

Black with #D5E21E

Text Example


Text Example

White with #D5E21E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E21E; }

 p { color: rgb(213,226,30); }

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

background-color css

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

 a { background-color: rgb(213,226,30); }

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

border-color css

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

 span { border-color: rgb(213,226,30); }

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