Html Css Color HEX #DBF65D Mindaro

📋 copy color: '#DBF65D'

red 219 ◦ green 246 ◦ blue 93

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

Shades of Mindaro #DBF65D

Tints of Mindaro #DBF65D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 16.67%

R = 39.25%
G = 44.09%
B = 16.67%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#DBF65D (or 0xDBF65D) is known color: Mindaro. HEX triplet: DB, F6 and 5D. RGB value is (219,246,93). Sum of RGB (Red+Green+Blue) = 219+246+93=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 246 (96.48% from 255 or 44.09% from 558); Blue value is 93 (36.72% from 255 or 16.67% from 558); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF65D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF65D is #2409A2. Grayscale: #DDDDDD. Windows color (decimal): -2361763 or 6158043. OLE color: 6158043.

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

Color convert

RGB 219 246 93 -
CMYK 0.11 0 0.62 0.04
HSL 70.59º 0.89% 0.66% -
HSV(B) 70.59º 0.62% 0.96% -
XYZ 64.14 81.76 22.76 -
YUV 220.49 56.05 126.94 -
System Red Green Blue C M Y K H S L
Decimal 219 246 93 0.11 0 0.62 0.04 70.59 0.89 0.66
Hex DB F6 5D B 0 3E 4 47 59 42
Octal 333 366 135 13 0 76 4 107 131 102
Binary 11011011 11110110 1011101 1011 0 111110 100 1000111 1011001 1000010

Color Harmonies of #DBF65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF65D

Black with #DBF65D

Text Example


Text Example

White with #DBF65D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF65D; }

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

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

background-color css

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

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

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

border-color css

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

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

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