Html Css Color HEX #D0E919 Pear

📋 copy color: '#D0E919'

red 208 ◦ green 233 ◦ blue 25

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

Shades of Pear #D0E919

Tints of Pear #D0E919

RGB

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

 GREEN value IS 233 (91.41% from 255) = 50%

 BLUE value IS 25 (10.16% from 255) = 5.36%

R = 44.64%
G = 50%
B = 5.36%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.89

 K value IS 0.09

RGB Variations

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

Color information

#D0E919 (or 0xD0E919) is known color: Pear. HEX triplet: D0, E9 and 19. RGB value is (208,233,25). Sum of RGB (Red+Green+Blue) = 208+233+25=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 233 (91.41% from 255 or 50% from 466); Blue value is 25 (10.16% from 255 or 5.36% from 466); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E919 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0E919 is #2F16E6. Grayscale: #CACACA. Windows color (decimal): -3086055 or 1698256. OLE color: 1698256.

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

Color convert

RGB 208 233 25 -
CMYK 0.11 0 0.89 0.09
HSL 67.21º 0.83% 0.51% -
HSV(B) 67.21º 0.89% 0.91% -
XYZ 55.33 71.76 11.85 -
YUV 201.81 28.22 132.41 -
System Red Green Blue C M Y K H S L
Decimal 208 233 25 0.11 0 0.89 0.09 67.21 0.83 0.51
Hex D0 E9 19 B 0 59 9 43 53 33
Octal 320 351 31 13 0 131 11 103 123 63
Binary 11010000 11101001 11001 1011 0 1011001 1001 1000011 1010011 110011

Color Harmonies of #D0E919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E919

Black with #D0E919

Text Example


Text Example

White with #D0E919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E919; }

 p { color: rgb(208,233,25); }

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

background-color css

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

 a { background-color: rgb(208,233,25); }

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

border-color css

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

 span { border-color: rgb(208,233,25); }

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