Html Css Color HEX #DBE64B Manz

📋 copy color: '#DBE64B'

red 219 ◦ green 230 ◦ blue 75

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

Shades of Manz #DBE64B

Tints of Manz #DBE64B

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.89%

 BLUE value IS 75 (29.69% from 255) = 14.31%

R = 41.79%
G = 43.89%
B = 14.31%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#DBE64B (or 0xDBE64B) is known color: Manz. HEX triplet: DB, E6 and 4B. RGB value is (219,230,75). Sum of RGB (Red+Green+Blue) = 219+230+75=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 230 (90.23% from 255 or 43.89% from 524); Blue value is 75 (29.69% from 255 or 14.31% from 524); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE64B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBE64B is #2419B4. Grayscale: #D1D1D1. Windows color (decimal): -2365877 or 4974299. OLE color: 4974299.

HSL color Cylindrical-coordinate representation of color #DBE64B: hue angle of 64.26º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DBE64B is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 230 75 -
CMYK 0.05 0 0.67 0.10
HSL 64.26º 0.76% 0.6% -
HSV(B) 64.26º 0.67% 0.9% -
XYZ 58.78 72.16 17.49 -
YUV 209.04 52.36 135.1 -
System Red Green Blue C M Y K H S L
Decimal 219 230 75 0.05 0 0.67 0.10 64.26 0.76 0.6
Hex DB E6 4B 5 0 43 A 40 4C 3C
Octal 333 346 113 5 0 103 12 100 114 74
Binary 11011011 11100110 1001011 101 0 1000011 1010 1000000 1001100 111100

Color Harmonies of #DBE64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE64B

Black with #DBE64B

Text Example


Text Example

White with #DBE64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE64B; }

 p { color: rgb(219,230,75); }

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

background-color css

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

 a { background-color: rgb(219,230,75); }

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

border-color css

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

 span { border-color: rgb(219,230,75); }

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