Html Css Color HEX #DCEF4D Manz

📋 copy color: '#DCEF4D'

red 220 ◦ green 239 ◦ blue 77

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

Shades of Manz #DCEF4D

Tints of Manz #DCEF4D

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.59%

 BLUE value IS 77 (30.47% from 255) = 14.37%

R = 41.04%
G = 44.59%
B = 14.37%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#DCEF4D (or 0xDCEF4D) is known color: Manz. HEX triplet: DC, EF and 4D. RGB value is (220,239,77). Sum of RGB (Red+Green+Blue) = 220+239+77=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 239 (93.75% from 255 or 44.59% from 536); Blue value is 77 (30.47% from 255 or 14.37% from 536); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEF4D is #2310B2. Grayscale: #D7D7D7. Windows color (decimal): -2298035 or 5107676. OLE color: 5107676.

HSL color Cylindrical-coordinate representation of color #DCEF4D: hue angle of 67.04º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DCEF4D is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 239 77 -
CMYK 0.08 0 0.68 0.06
HSL 67.04º 0.84% 0.62% -
HSV(B) 67.04º 0.68% 0.94% -
XYZ 61.72 77.48 18.72 -
YUV 214.85 50.21 131.67 -
System Red Green Blue C M Y K H S L
Decimal 220 239 77 0.08 0 0.68 0.06 67.04 0.84 0.62
Hex DC EF 4D 8 0 44 6 43 54 3E
Octal 334 357 115 10 0 104 6 103 124 76
Binary 11011100 11101111 1001101 1000 0 1000100 110 1000011 1010100 111110

Color Harmonies of #DCEF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEF4D

Black with #DCEF4D

Text Example


Text Example

White with #DCEF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEF4D; }

 p { color: rgb(220,239,77); }

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

background-color css

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

 a { background-color: rgb(220,239,77); }

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

border-color css

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

 span { border-color: rgb(220,239,77); }

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