Html Css Color HEX #DBE74A Manz

📋 copy color: '#DBE74A'

red 219 ◦ green 231 ◦ blue 74

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

Shades of Manz #DBE74A

Tints of Manz #DBE74A

RGB

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

 GREEN value IS 231 (90.63% from 255) = 44.08%

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

R = 41.79%
G = 44.08%
B = 14.12%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#DBE74A (or 0xDBE74A) is known color: Manz. HEX triplet: DB, E7 and 4A. RGB value is (219,231,74). Sum of RGB (Red+Green+Blue) = 219+231+74=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 231 (90.62% from 255 or 44.08% from 524); Blue value is 74 (29.30% from 255 or 14.12% from 524); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE74A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBE74A is #2418B5. Grayscale: #D2D2D2. Windows color (decimal): -2365622 or 4909019. OLE color: 4909019.

HSL color Cylindrical-coordinate representation of color #DBE74A: hue angle of 64.59º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DBE74A is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 231 74 -
CMYK 0.05 0 0.68 0.09
HSL 64.59º 0.77% 0.6% -
HSV(B) 64.59º 0.68% 0.91% -
XYZ 59.03 72.71 17.4 -
YUV 209.51 51.52 134.77 -
System Red Green Blue C M Y K H S L
Decimal 219 231 74 0.05 0 0.68 0.09 64.59 0.77 0.6
Hex DB E7 4A 5 0 44 9 41 4D 3C
Octal 333 347 112 5 0 104 11 101 115 74
Binary 11011011 11100111 1001010 101 0 1000100 1001 1000001 1001101 111100

Color Harmonies of #DBE74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE74A

Black with #DBE74A

Text Example


Text Example

White with #DBE74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE74A; }

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

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

background-color css

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

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

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

border-color css

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

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

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