Html Css Color HEX #DBF566 Mindaro

📋 copy color: '#DBF566'

red 219 ◦ green 245 ◦ blue 102

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

Shades of Mindaro #DBF566

Tints of Mindaro #DBF566

RGB

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

 GREEN value IS 245 (96.09% from 255) = 43.29%

 BLUE value IS 102 (40.23% from 255) = 18.02%

R = 38.69%
G = 43.29%
B = 18.02%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#DBF566 (or 0xDBF566) is known color: Mindaro. HEX triplet: DB, F5 and 66. RGB value is (219,245,102). Sum of RGB (Red+Green+Blue) = 219+245+102=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 245 (96.09% from 255 or 43.29% from 566); Blue value is 102 (40.23% from 255 or 18.02% from 566); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF566 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF566 is #240A99. Grayscale: #DDDDDD. Windows color (decimal): -2362010 or 6747611. OLE color: 6747611.

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

Color convert

RGB 219 245 102 -
CMYK 0.11 0 0.58 0.04
HSL 70.91º 0.88% 0.68% -
HSV(B) 70.91º 0.58% 0.96% -
XYZ 64.26 81.32 24.88 -
YUV 220.92 60.89 126.63 -
System Red Green Blue C M Y K H S L
Decimal 219 245 102 0.11 0 0.58 0.04 70.91 0.88 0.68
Hex DB F5 66 B 0 3A 4 47 58 44
Octal 333 365 146 13 0 72 4 107 130 104
Binary 11011011 11110101 1100110 1011 0 111010 100 1000111 1011000 1000100

Color Harmonies of #DBF566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF566

Black with #DBF566

Text Example


Text Example

White with #DBF566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF566; }

 p { color: rgb(219,245,102); }

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

background-color css

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

 a { background-color: rgb(219,245,102); }

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

border-color css

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

 span { border-color: rgb(219,245,102); }

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