Html Css Color HEX #DCEE4A Manz

📋 copy color: '#DCEE4A'

red 220 ◦ green 238 ◦ blue 74

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

Shades of Manz #DCEE4A

Tints of Manz #DCEE4A

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.74%

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

R = 41.35%
G = 44.74%
B = 13.91%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#DCEE4A (or 0xDCEE4A) is known color: Manz. HEX triplet: DC, EE and 4A. RGB value is (220,238,74). Sum of RGB (Red+Green+Blue) = 220+238+74=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 238 (93.36% from 255 or 44.74% from 532); Blue value is 74 (29.30% from 255 or 13.91% from 532); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEE4A is #2311B5. Grayscale: #D6D6D6. Windows color (decimal): -2298294 or 4910812. OLE color: 4910812.

HSL color Cylindrical-coordinate representation of color #DCEE4A: hue angle of 66.59º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DCEE4A is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 238 74 -
CMYK 0.08 0 0.69 0.07
HSL 66.59º 0.83% 0.61% -
HSV(B) 66.59º 0.69% 0.93% -
XYZ 61.33 76.86 18.08 -
YUV 213.92 49.04 132.34 -
System Red Green Blue C M Y K H S L
Decimal 220 238 74 0.08 0 0.69 0.07 66.59 0.83 0.61
Hex DC EE 4A 8 0 45 7 43 53 3D
Octal 334 356 112 10 0 105 7 103 123 75
Binary 11011100 11101110 1001010 1000 0 1000101 111 1000011 1010011 111101

Color Harmonies of #DCEE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEE4A

Black with #DCEE4A

Text Example


Text Example

White with #DCEE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEE4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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