Html Css Color HEX #D0E312 Pear

📋 copy color: '#D0E312'

red 208 ◦ green 227 ◦ blue 18

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

Shades of Pear #D0E312

Tints of Pear #D0E312

RGB

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

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

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

R = 45.92%
G = 50.11%
B = 3.97%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#D0E312 (or 0xD0E312) is known color: Pear. HEX triplet: D0, E3 and 12. RGB value is (208,227,18). Sum of RGB (Red+Green+Blue) = 208+227+18=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 227 (89.06% from 255 or 50.11% from 453); Blue value is 18 (7.42% from 255 or 3.97% from 453); Max value from RGB is 227 - color contains mainly: green. Hex color #D0E312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0E312 is #2F1CED. Grayscale: #C6C6C6. Windows color (decimal): -3087598 or 1237968. OLE color: 1237968.

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

Color convert

RGB 208 227 18 -
CMYK 0.08 0 0.92 0.11
HSL 65.45º 0.85% 0.48% -
HSV(B) 65.45º 0.92% 0.89% -
XYZ 53.59 68.39 10.95 -
YUV 197.49 26.71 135.49 -
System Red Green Blue C M Y K H S L
Decimal 208 227 18 0.08 0 0.92 0.11 65.45 0.85 0.48
Hex D0 E3 12 8 0 5C B 41 55 30
Octal 320 343 22 10 0 134 13 101 125 60
Binary 11010000 11100011 10010 1000 0 1011100 1011 1000001 1010101 110000

Color Harmonies of #D0E312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E312

Black with #D0E312

Text Example


Text Example

White with #D0E312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E312; }

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

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

background-color css

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

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

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

border-color css

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

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

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