Html Css Color HEX #DCE25A Manz

📋 copy color: '#DCE25A'

red 220 ◦ green 226 ◦ blue 90

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

Shades of Manz #DCE25A

Tints of Manz #DCE25A

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.16%

 BLUE value IS 90 (35.55% from 255) = 16.79%

R = 41.04%
G = 42.16%
B = 16.79%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#DCE25A (or 0xDCE25A) is known color: Manz. HEX triplet: DC, E2 and 5A. RGB value is (220,226,90). Sum of RGB (Red+Green+Blue) = 220+226+90=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 226 (88.67% from 255 or 42.16% from 536); Blue value is 90 (35.55% from 255 or 16.79% from 536); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE25A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE25A is #231DA5. Grayscale: #D1D1D1. Windows color (decimal): -2301350 or 5956316. OLE color: 5956316.

HSL color Cylindrical-coordinate representation of color #DCE25A: hue angle of 62.65º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCE25A is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB 220 226 90 -
CMYK 0.03 0 0.60 0.11
HSL 62.65º 0.7% 0.62% -
HSV(B) 62.65º 0.6% 0.89% -
XYZ 58.56 70.35 20.16 -
YUV 208.7 61.01 136.06 -
System Red Green Blue C M Y K H S L
Decimal 220 226 90 0.03 0 0.60 0.11 62.65 0.7 0.62
Hex DC E2 5A 3 0 3C B 3F 46 3E
Octal 334 342 132 3 0 74 13 77 106 76
Binary 11011100 11100010 1011010 11 0 111100 1011 111111 1000110 111110

Color Harmonies of #DCE25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE25A

Black with #DCE25A

Text Example


Text Example

White with #DCE25A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE25A; }

 p { color: rgb(220,226,90); }

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

background-color css

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

 a { background-color: rgb(220,226,90); }

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

border-color css

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

 span { border-color: rgb(220,226,90); }

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