Html Css Color HEX #DBE14A Manz

📋 copy color: '#DBE14A'

red 219 ◦ green 225 ◦ blue 74

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

Shades of Manz #DBE14A

Tints of Manz #DBE14A

RGB

 RED value IS 219 (85.94% from 255) = 42.28%

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

 BLUE value IS 74 (29.3% from 255) = 14.29%

R = 42.28%
G = 43.44%
B = 14.29%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#DBE14A (or 0xDBE14A) is known color: Manz. HEX triplet: DB, E1 and 4A. RGB value is (219,225,74). Sum of RGB (Red+Green+Blue) = 219+225+74=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 225 (88.28% from 255 or 43.44% from 518); Blue value is 74 (29.30% from 255 or 14.29% from 518); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE14A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE14A is #241EB5. Grayscale: #CECECE. Windows color (decimal): -2367158 or 4907483. OLE color: 4907483.

HSL color Cylindrical-coordinate representation of color #DBE14A: hue angle of 62.38º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DBE14A is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 225 74 -
CMYK 0.03 0 0.67 0.12
HSL 62.38º 0.72% 0.59% -
HSV(B) 62.38º 0.67% 0.88% -
XYZ 57.37 69.4 16.85 -
YUV 205.99 53.51 137.28 -
System Red Green Blue C M Y K H S L
Decimal 219 225 74 0.03 0 0.67 0.12 62.38 0.72 0.59
Hex DB E1 4A 3 0 43 C 3E 48 3B
Octal 333 341 112 3 0 103 14 76 110 73
Binary 11011011 11100001 1001010 11 0 1000011 1100 111110 1001000 111011

Color Harmonies of #DBE14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE14A

Black with #DBE14A

Text Example


Text Example

White with #DBE14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE14A; }

 p { color: rgb(219,225,74); }

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

background-color css

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

 a { background-color: rgb(219,225,74); }

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

border-color css

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

 span { border-color: rgb(219,225,74); }

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