Html Css Color HEX #DBEE4A Manz

📋 copy color: '#DBEE4A'

red 219 ◦ green 238 ◦ blue 74

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

Shades of Manz #DBEE4A

Tints of Manz #DBEE4A

RGB

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

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

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

R = 41.24%
G = 44.82%
B = 13.94%

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

#DBEE4A (or 0xDBEE4A) is known color: Manz. HEX triplet: DB, EE and 4A. RGB value is (219,238,74). Sum of RGB (Red+Green+Blue) = 219+238+74=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 238 (93.36% from 255 or 44.82% from 531); Blue value is 74 (29.30% from 255 or 13.94% from 531); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEE4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEE4A is #2411B5. Grayscale: #D6D6D6. Windows color (decimal): -2363830 or 4910811. OLE color: 4910811.

HSL color Cylindrical-coordinate representation of color #DBEE4A: hue angle of 66.95º 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 #DBEE4A is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 238 74 -
CMYK 0.08 0 0.69 0.07
HSL 66.95º 0.83% 0.61% -
HSV(B) 66.95º 0.69% 0.93% -
XYZ 61.02 76.7 18.07 -
YUV 213.62 49.21 131.84 -
System Red Green Blue C M Y K H S L
Decimal 219 238 74 0.08 0 0.69 0.07 66.95 0.83 0.61
Hex DB EE 4A 8 0 45 7 43 53 3D
Octal 333 356 112 10 0 105 7 103 123 75
Binary 11011011 11101110 1001010 1000 0 1000101 111 1000011 1010011 111101

Color Harmonies of #DBEE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEE4A

Black with #DBEE4A

Text Example


Text Example

White with #DBEE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEE4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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