Html Css Color HEX #DBF665 Mindaro

📋 copy color: '#DBF665'

red 219 ◦ green 246 ◦ blue 101

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

Shades of Mindaro #DBF665

Tints of Mindaro #DBF665

RGB

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

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

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

R = 38.69%
G = 43.46%
B = 17.84%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#DBF665 (or 0xDBF665) is known color: Mindaro. HEX triplet: DB, F6 and 65. RGB value is (219,246,101). Sum of RGB (Red+Green+Blue) = 219+246+101=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 246 (96.48% from 255 or 43.46% from 566); Blue value is 101 (39.84% from 255 or 17.84% from 566); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF665 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF665 is #24099A. Grayscale: #DDDDDD. Windows color (decimal): -2361755 or 6682331. OLE color: 6682331.

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

Color convert

RGB 219 246 101 -
CMYK 0.11 0 0.59 0.04
HSL 71.17º 0.89% 0.68% -
HSV(B) 71.17º 0.59% 0.96% -
XYZ 64.52 81.91 24.72 -
YUV 221.4 60.05 126.29 -
System Red Green Blue C M Y K H S L
Decimal 219 246 101 0.11 0 0.59 0.04 71.17 0.89 0.68
Hex DB F6 65 B 0 3B 4 47 59 44
Octal 333 366 145 13 0 73 4 107 131 104
Binary 11011011 11110110 1100101 1011 0 111011 100 1000111 1011001 1000100

Color Harmonies of #DBF665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF665

Black with #DBF665

Text Example


Text Example

White with #DBF665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF665; }

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

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

background-color css

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

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

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

border-color css

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

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

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