Html Css Color HEX #DBF66B Mindaro

📋 copy color: '#DBF66B'

red 219 ◦ green 246 ◦ blue 107

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

Shades of Mindaro #DBF66B

Tints of Mindaro #DBF66B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 18.71%

R = 38.29%
G = 43.01%
B = 18.71%

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

#DBF66B (or 0xDBF66B) is known color: Mindaro. HEX triplet: DB, F6 and 6B. RGB value is (219,246,107). Sum of RGB (Red+Green+Blue) = 219+246+107=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 246 (96.48% from 255 or 43.01% from 572); Blue value is 107 (42.19% from 255 or 18.71% from 572); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF66B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF66B is #240994. Grayscale: #DEDEDE. Windows color (decimal): -2361749 or 7075547. OLE color: 7075547.

HSL color Cylindrical-coordinate representation of color #DBF66B: hue angle of 71.65º 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 #DBF66B is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 246 107 -
CMYK 0.11 0 0.57 0.04
HSL 71.65º 0.89% 0.69% -
HSV(B) 71.65º 0.57% 0.96% -
XYZ 64.82 82.03 26.33 -
YUV 222.08 63.05 125.8 -
System Red Green Blue C M Y K H S L
Decimal 219 246 107 0.11 0 0.57 0.04 71.65 0.89 0.69
Hex DB F6 6B B 0 39 4 48 59 45
Octal 333 366 153 13 0 71 4 110 131 105
Binary 11011011 11110110 1101011 1011 0 111001 100 1001000 1011001 1000101

Color Harmonies of #DBF66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF66B

Black with #DBF66B

Text Example


Text Example

White with #DBF66B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF66B; }

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

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

background-color css

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

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

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

border-color css

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

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

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