Html Css Color HEX #D0E51D Pear

📋 copy color: '#D0E51D'

red 208 ◦ green 229 ◦ blue 29

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

Shades of Pear #D0E51D

Tints of Pear #D0E51D

RGB

 RED value IS 208 (81.64% from 255) = 44.64%

 GREEN value IS 229 (89.84% from 255) = 49.14%

 BLUE value IS 29 (11.72% from 255) = 6.22%

R = 44.64%
G = 49.14%
B = 6.22%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.87

 K value IS 0.10

RGB Variations

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

Color information

#D0E51D (or 0xD0E51D) is known color: Pear. HEX triplet: D0, E5 and 1D. RGB value is (208,229,29). Sum of RGB (Red+Green+Blue) = 208+229+29=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 229 (89.84% from 255 or 49.14% from 466); Blue value is 29 (11.72% from 255 or 6.22% from 466); Max value from RGB is 229 - color contains mainly: green. Hex color #D0E51D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0E51D is #2F1AE2. Grayscale: #C8C8C8. Windows color (decimal): -3087075 or 1959376. OLE color: 1959376.

HSL color Cylindrical-coordinate representation of color #D0E51D: hue angle of 66.3º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D0E51D is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.10.

Color convert

RGB 208 229 29 -
CMYK 0.09 0 0.87 0.10
HSL 66.3º 0.79% 0.51% -
HSV(B) 66.3º 0.87% 0.9% -
XYZ 54.25 69.54 11.72 -
YUV 199.92 31.54 133.76 -
System Red Green Blue C M Y K H S L
Decimal 208 229 29 0.09 0 0.87 0.10 66.3 0.79 0.51
Hex D0 E5 1D 9 0 57 A 42 4F 33
Octal 320 345 35 11 0 127 12 102 117 63
Binary 11010000 11100101 11101 1001 0 1010111 1010 1000010 1001111 110011

Color Harmonies of #D0E51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E51D

Black with #D0E51D

Text Example


Text Example

White with #D0E51D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E51D; }

 p { color: rgb(208,229,29); }

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

background-color css

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

 a { background-color: rgb(208,229,29); }

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

border-color css

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

 span { border-color: rgb(208,229,29); }

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