Html Css Color HEX #DBF165 Mindaro

📋 copy color: '#DBF165'

red 219 ◦ green 241 ◦ blue 101

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

Shades of Mindaro #DBF165

Tints of Mindaro #DBF165

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.96%

 BLUE value IS 101 (39.84% from 255) = 18%

R = 39.04%
G = 42.96%
B = 18%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#DBF165 (or 0xDBF165) is known color: Mindaro. HEX triplet: DB, F1 and 65. RGB value is (219,241,101). Sum of RGB (Red+Green+Blue) = 219+241+101=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 241 (94.53% from 255 or 42.96% from 561); Blue value is 101 (39.84% from 255 or 18.00% from 561); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF165 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF165 is #240E9A. Grayscale: #DBDBDB. Windows color (decimal): -2363035 or 6681051. OLE color: 6681051.

HSL color Cylindrical-coordinate representation of color #DBF165: hue angle of 69.43º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DBF165 is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 241 101 -
CMYK 0.09 0 0.58 0.05
HSL 69.43º 0.83% 0.67% -
HSV(B) 69.43º 0.58% 0.95% -
XYZ 63.02 78.91 24.22 -
YUV 218.46 61.71 128.38 -
System Red Green Blue C M Y K H S L
Decimal 219 241 101 0.09 0 0.58 0.05 69.43 0.83 0.67
Hex DB F1 65 9 0 3A 5 45 53 43
Octal 333 361 145 11 0 72 5 105 123 103
Binary 11011011 11110001 1100101 1001 0 111010 101 1000101 1010011 1000011

Color Harmonies of #DBF165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF165

Black with #DBF165

Text Example


Text Example

White with #DBF165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF165; }

 p { color: rgb(219,241,101); }

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

background-color css

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

 a { background-color: rgb(219,241,101); }

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

border-color css

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

 span { border-color: rgb(219,241,101); }

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