Html Css Color HEX #D0E141 Pear

📋 copy color: '#D0E141'

red 208 ◦ green 225 ◦ blue 65

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

Shades of Pear #D0E141

Tints of Pear #D0E141

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.18%

 BLUE value IS 65 (25.78% from 255) = 13.05%

R = 41.77%
G = 45.18%
B = 13.05%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#D0E141 (or 0xD0E141) is known color: Pear. HEX triplet: D0, E1 and 41. RGB value is (208,225,65). Sum of RGB (Red+Green+Blue) = 208+225+65=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 225 (88.28% from 255 or 45.18% from 498); Blue value is 65 (25.78% from 255 or 13.05% from 498); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0E141 is #2F1EBE. Grayscale: #CACACA. Windows color (decimal): -3088063 or 4317648. OLE color: 4317648.

HSL color Cylindrical-coordinate representation of color #D0E141: hue angle of 66.38º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D0E141 is Cyan = 0.08, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 225 65 -
CMYK 0.08 0 0.71 0.12
HSL 66.38º 0.73% 0.57% -
HSV(B) 66.38º 0.71% 0.88% -
XYZ 53.89 67.64 15.22 -
YUV 201.68 50.87 132.51 -
System Red Green Blue C M Y K H S L
Decimal 208 225 65 0.08 0 0.71 0.12 66.38 0.73 0.57
Hex D0 E1 41 8 0 47 C 42 49 39
Octal 320 341 101 10 0 107 14 102 111 71
Binary 11010000 11100001 1000001 1000 0 1000111 1100 1000010 1001001 111001

Color Harmonies of #D0E141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E141

Black with #D0E141

Text Example


Text Example

White with #D0E141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E141; }

 p { color: rgb(208,225,65); }

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

background-color css

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

 a { background-color: rgb(208,225,65); }

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

border-color css

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

 span { border-color: rgb(208,225,65); }

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