Html Css Color HEX #DBF669 Mindaro

📋 copy color: '#DBF669'

red 219 ◦ green 246 ◦ blue 105

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

Shades of Mindaro #DBF669

Tints of Mindaro #DBF669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 18.42%

R = 38.42%
G = 43.16%
B = 18.42%

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

#DBF669 (or 0xDBF669) is known color: Mindaro. HEX triplet: DB, F6 and 69. RGB value is (219,246,105). Sum of RGB (Red+Green+Blue) = 219+246+105=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 246 (96.48% from 255 or 43.16% from 570); Blue value is 105 (41.41% from 255 or 18.42% from 570); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF669 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF669 is #240996. Grayscale: #DEDEDE. Windows color (decimal): -2361751 or 6944475. OLE color: 6944475.

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

Color convert

RGB 219 246 105 -
CMYK 0.11 0 0.57 0.04
HSL 71.49º 0.89% 0.69% -
HSV(B) 71.49º 0.57% 0.96% -
XYZ 64.72 81.99 25.78 -
YUV 221.85 62.05 125.96 -
System Red Green Blue C M Y K H S L
Decimal 219 246 105 0.11 0 0.57 0.04 71.49 0.89 0.69
Hex DB F6 69 B 0 39 4 47 59 45
Octal 333 366 151 13 0 71 4 107 131 105
Binary 11011011 11110110 1101001 1011 0 111001 100 1000111 1011001 1000101

Color Harmonies of #DBF669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF669

Black with #DBF669

Text Example


Text Example

White with #DBF669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF669; }

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

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

background-color css

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

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

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

border-color css

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

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

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