Html Css Color HEX #DCE64A Manz

📋 copy color: '#DCE64A'

red 220 ◦ green 230 ◦ blue 74

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

Shades of Manz #DCE64A

Tints of Manz #DCE64A

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.89%

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

R = 41.98%
G = 43.89%
B = 14.12%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#DCE64A (or 0xDCE64A) is known color: Manz. HEX triplet: DC, E6 and 4A. RGB value is (220,230,74). Sum of RGB (Red+Green+Blue) = 220+230+74=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 230 (90.23% from 255 or 43.89% from 524); Blue value is 74 (29.30% from 255 or 14.12% from 524); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE64A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCE64A is #2319B5. Grayscale: #D1D1D1. Windows color (decimal): -2300342 or 4908764. OLE color: 4908764.

HSL color Cylindrical-coordinate representation of color #DCE64A: hue angle of 63.85º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DCE64A is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB 220 230 74 -
CMYK 0.04 0 0.68 0.10
HSL 63.85º 0.76% 0.6% -
HSV(B) 63.85º 0.68% 0.9% -
XYZ 59.05 72.3 17.32 -
YUV 209.23 51.69 135.68 -
System Red Green Blue C M Y K H S L
Decimal 220 230 74 0.04 0 0.68 0.10 63.85 0.76 0.6
Hex DC E6 4A 4 0 44 A 40 4C 3C
Octal 334 346 112 4 0 104 12 100 114 74
Binary 11011100 11100110 1001010 100 0 1000100 1010 1000000 1001100 111100

Color Harmonies of #DCE64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE64A

Black with #DCE64A

Text Example


Text Example

White with #DCE64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE64A; }

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

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

background-color css

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

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

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

border-color css

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

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

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