Html Css Color HEX #D0E012 Pear

📋 copy color: '#D0E012'

red 208 ◦ green 224 ◦ blue 18

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

Shades of Pear #D0E012

Tints of Pear #D0E012

RGB

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

 GREEN value IS 224 (87.89% from 255) = 49.78%

 BLUE value IS 18 (7.42% from 255) = 4%

R = 46.22%
G = 49.78%
B = 4%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#D0E012 (or 0xD0E012) is known color: Pear. HEX triplet: D0, E0 and 12. RGB value is (208,224,18). Sum of RGB (Red+Green+Blue) = 208+224+18=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 224 (87.89% from 255 or 49.78% from 450); Blue value is 18 (7.42% from 255 or 4% from 450); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E012 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0E012 is #2F1FED. Grayscale: #C4C4C4. Windows color (decimal): -3088366 or 1237200. OLE color: 1237200.

HSL color Cylindrical-coordinate representation of color #D0E012: hue angle of 64.66º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D0E012 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 224 18 -
CMYK 0.07 0 0.92 0.12
HSL 64.66º 0.85% 0.47% -
HSV(B) 64.66º 0.92% 0.88% -
XYZ 52.78 66.76 10.68 -
YUV 195.73 27.7 136.75 -
System Red Green Blue C M Y K H S L
Decimal 208 224 18 0.07 0 0.92 0.12 64.66 0.85 0.47
Hex D0 E0 12 7 0 5C C 41 55 2F
Octal 320 340 22 7 0 134 14 101 125 57
Binary 11010000 11100000 10010 111 0 1011100 1100 1000001 1010101 101111

Color Harmonies of #D0E012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E012

Black with #D0E012

Text Example


Text Example

White with #D0E012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E012; }

 p { color: rgb(208,224,18); }

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

background-color css

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

 a { background-color: rgb(208,224,18); }

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

border-color css

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

 span { border-color: rgb(208,224,18); }

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