Html Css Color HEX #DBF66A Mindaro

📋 copy color: '#DBF66A'

red 219 ◦ green 246 ◦ blue 106

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

Shades of Mindaro #DBF66A

Tints of Mindaro #DBF66A

RGB

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

 GREEN value IS 246 (96.48% from 255) = 43.08%

 BLUE value IS 106 (41.8% from 255) = 18.56%

R = 38.35%
G = 43.08%
B = 18.56%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#DBF66A (or 0xDBF66A) is known color: Mindaro. HEX triplet: DB, F6 and 6A. RGB value is (219,246,106). Sum of RGB (Red+Green+Blue) = 219+246+106=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 246 (96.48% from 255 or 43.08% from 571); Blue value is 106 (41.80% from 255 or 18.56% from 571); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF66A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF66A is #240995. Grayscale: #DEDEDE. Windows color (decimal): -2361750 or 7010011. OLE color: 7010011.

HSL color Cylindrical-coordinate representation of color #DBF66A: hue angle of 71.57º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DBF66A is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 246 106 -
CMYK 0.11 0 0.57 0.04
HSL 71.57º 0.89% 0.69% -
HSV(B) 71.57º 0.57% 0.96% -
XYZ 64.77 82.01 26.05 -
YUV 221.97 62.55 125.88 -
System Red Green Blue C M Y K H S L
Decimal 219 246 106 0.11 0 0.57 0.04 71.57 0.89 0.69
Hex DB F6 6A B 0 39 4 48 59 45
Octal 333 366 152 13 0 71 4 110 131 105
Binary 11011011 11110110 1101010 1011 0 111001 100 1001000 1011001 1000101

Color Harmonies of #DBF66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF66A

Black with #DBF66A

Text Example


Text Example

White with #DBF66A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF66A; }

 p { color: rgb(219,246,106); }

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

background-color css

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

 a { background-color: rgb(219,246,106); }

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

border-color css

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

 span { border-color: rgb(219,246,106); }

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