Html Css Color HEX #D0E320 Pear

📋 copy color: '#D0E320'

red 208 ◦ green 227 ◦ blue 32

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

Shades of Pear #D0E320

Tints of Pear #D0E320

RGB

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

 GREEN value IS 227 (89.06% from 255) = 48.61%

 BLUE value IS 32 (12.89% from 255) = 6.85%

R = 44.54%
G = 48.61%
B = 6.85%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#D0E320 (or 0xD0E320) is known color: Pear. HEX triplet: D0, E3 and 20. RGB value is (208,227,32). Sum of RGB (Red+Green+Blue) = 208+227+32=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 227 (89.06% from 255 or 48.61% from 467); Blue value is 32 (12.89% from 255 or 6.85% from 467); Max value from RGB is 227 - color contains mainly: green. Hex color #D0E320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0E320 is #2F1CDF. Grayscale: #C7C7C7. Windows color (decimal): -3087584 or 2155472. OLE color: 2155472.

HSL color Cylindrical-coordinate representation of color #D0E320: hue angle of 65.85º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D0E320 is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 208 227 32 -
CMYK 0.08 0 0.86 0.11
HSL 65.85º 0.78% 0.51% -
HSV(B) 65.85º 0.86% 0.89% -
XYZ 53.74 68.45 11.75 -
YUV 199.09 33.71 134.36 -
System Red Green Blue C M Y K H S L
Decimal 208 227 32 0.08 0 0.86 0.11 65.85 0.78 0.51
Hex D0 E3 20 8 0 56 B 42 4E 33
Octal 320 343 40 10 0 126 13 102 116 63
Binary 11010000 11100011 100000 1000 0 1010110 1011 1000010 1001110 110011

Color Harmonies of #D0E320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E320

Black with #D0E320

Text Example


Text Example

White with #D0E320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E320; }

 p { color: rgb(208,227,32); }

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

background-color css

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

 a { background-color: rgb(208,227,32); }

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

border-color css

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

 span { border-color: rgb(208,227,32); }

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