Html Css Color HEX #DCE74A Manz

📋 copy color: '#DCE74A'

red 220 ◦ green 231 ◦ blue 74

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

Shades of Manz #DCE74A

Tints of Manz #DCE74A

RGB

 RED value IS 220 (86.33% from 255) = 41.9%

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

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

R = 41.9%
G = 44%
B = 14.1%

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

#DCE74A (or 0xDCE74A) is known color: Manz. HEX triplet: DC, E7 and 4A. RGB value is (220,231,74). Sum of RGB (Red+Green+Blue) = 220+231+74=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 231 (90.62% from 255 or 44% from 525); Blue value is 74 (29.30% from 255 or 14.10% from 525); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE74A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCE74A is #2318B5. Grayscale: #D2D2D2. Windows color (decimal): -2300086 or 4909020. OLE color: 4909020.

HSL color Cylindrical-coordinate representation of color #DCE74A: hue angle of 64.2º 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 #DCE74A is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 231 74 -
CMYK 0.05 0 0.68 0.09
HSL 64.2º 0.77% 0.6% -
HSV(B) 64.2º 0.68% 0.91% -
XYZ 59.33 72.86 17.42 -
YUV 209.81 51.36 135.27 -
System Red Green Blue C M Y K H S L
Decimal 220 231 74 0.05 0 0.68 0.09 64.2 0.77 0.6
Hex DC E7 4A 5 0 44 9 40 4D 3C
Octal 334 347 112 5 0 104 11 100 115 74
Binary 11011100 11100111 1001010 101 0 1000100 1001 1000000 1001101 111100

Color Harmonies of #DCE74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE74A

Black with #DCE74A

Text Example


Text Example

White with #DCE74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE74A; }

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

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

background-color css

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

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

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

border-color css

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

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

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