Html Css Color HEX #D0E20F Pear

📋 copy color: '#D0E20F'

red 208 ◦ green 226 ◦ blue 15

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

Shades of Pear #D0E20F

Tints of Pear #D0E20F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.34%

R = 46.33%
G = 50.33%
B = 3.34%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#D0E20F (or 0xD0E20F) is known color: Pear. HEX triplet: D0, E2 and 0F. RGB value is (208,226,15). Sum of RGB (Red+Green+Blue) = 208+226+15=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 226 (88.67% from 255 or 50.33% from 449); Blue value is 15 (6.25% from 255 or 3.34% from 449); Max value from RGB is 226 - color contains mainly: green. Hex color #D0E20F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0E20F is #2F1DF0. Grayscale: #C5C5C5. Windows color (decimal): -3087857 or 1041104. OLE color: 1041104.

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

Color convert

RGB 208 226 15 -
CMYK 0.08 0 0.93 0.11
HSL 65.12º 0.88% 0.47% -
HSV(B) 65.12º 0.93% 0.89% -
XYZ 53.3 67.84 10.74 -
YUV 196.56 25.54 136.16 -
System Red Green Blue C M Y K H S L
Decimal 208 226 15 0.08 0 0.93 0.11 65.12 0.88 0.47
Hex D0 E2 F 8 0 5D B 41 58 2F
Octal 320 342 17 10 0 135 13 101 130 57
Binary 11010000 11100010 1111 1000 0 1011101 1011 1000001 1011000 101111

Color Harmonies of #D0E20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E20F

Black with #D0E20F

Text Example


Text Example

White with #D0E20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E20F; }

 p { color: rgb(208,226,15); }

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

background-color css

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

 a { background-color: rgb(208,226,15); }

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

border-color css

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

 span { border-color: rgb(208,226,15); }

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