Html Css Color HEX #DBEF52 Manz

📋 copy color: '#DBEF52'

red 219 ◦ green 239 ◦ blue 82

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

Shades of Manz #DBEF52

Tints of Manz #DBEF52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 15.19%

R = 40.56%
G = 44.26%
B = 15.19%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#DBEF52 (or 0xDBEF52) is known color: Manz. HEX triplet: DB, EF and 52. RGB value is (219,239,82). Sum of RGB (Red+Green+Blue) = 219+239+82=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 239 (93.75% from 255 or 44.26% from 540); Blue value is 82 (32.42% from 255 or 15.19% from 540); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEF52 is #2410AD. Grayscale: #D7D7D7. Windows color (decimal): -2363566 or 5435355. OLE color: 5435355.

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

Color convert

RGB 219 239 82 -
CMYK 0.08 0 0.66 0.06
HSL 67.64º 0.83% 0.63% -
HSV(B) 67.64º 0.66% 0.94% -
XYZ 61.6 77.4 19.68 -
YUV 215.12 52.87 130.77 -
System Red Green Blue C M Y K H S L
Decimal 219 239 82 0.08 0 0.66 0.06 67.64 0.83 0.63
Hex DB EF 52 8 0 42 6 44 53 3F
Octal 333 357 122 10 0 102 6 104 123 77
Binary 11011011 11101111 1010010 1000 0 1000010 110 1000100 1010011 111111

Color Harmonies of #DBEF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEF52

Black with #DBEF52

Text Example


Text Example

White with #DBEF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEF52; }

 p { color: rgb(219,239,82); }

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

background-color css

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

 a { background-color: rgb(219,239,82); }

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

border-color css

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

 span { border-color: rgb(219,239,82); }

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