Html Css Color HEX #DBEC4D Manz

📋 copy color: '#DBEC4D'

red 219 ◦ green 236 ◦ blue 77

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

Shades of Manz #DBEC4D

Tints of Manz #DBEC4D

RGB

 RED value IS 219 (85.94% from 255) = 41.17%

 GREEN value IS 236 (92.58% from 255) = 44.36%

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

R = 41.17%
G = 44.36%
B = 14.47%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#DBEC4D (or 0xDBEC4D) is known color: Manz. HEX triplet: DB, EC and 4D. RGB value is (219,236,77). Sum of RGB (Red+Green+Blue) = 219+236+77=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 236 (92.58% from 255 or 44.36% from 532); Blue value is 77 (30.47% from 255 or 14.47% from 532); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEC4D is #2413B2. Grayscale: #D5D5D5. Windows color (decimal): -2364339 or 5106907. OLE color: 5106907.

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

Color convert

RGB 219 236 77 -
CMYK 0.07 0 0.67 0.07
HSL 66.42º 0.81% 0.61% -
HSV(B) 66.42º 0.67% 0.93% -
XYZ 60.55 75.59 18.42 -
YUV 212.79 51.37 132.43 -
System Red Green Blue C M Y K H S L
Decimal 219 236 77 0.07 0 0.67 0.07 66.42 0.81 0.61
Hex DB EC 4D 7 0 43 7 42 51 3D
Octal 333 354 115 7 0 103 7 102 121 75
Binary 11011011 11101100 1001101 111 0 1000011 111 1000010 1010001 111101

Color Harmonies of #DBEC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEC4D

Black with #DBEC4D

Text Example


Text Example

White with #DBEC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEC4D; }

 p { color: rgb(219,236,77); }

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

background-color css

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

 a { background-color: rgb(219,236,77); }

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

border-color css

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

 span { border-color: rgb(219,236,77); }

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