Html Css Color HEX #DBF366 Mindaro

📋 copy color: '#DBF366'

red 219 ◦ green 243 ◦ blue 102

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

Shades of Mindaro #DBF366

Tints of Mindaro #DBF366

RGB

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

 GREEN value IS 243 (95.31% from 255) = 43.09%

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

R = 38.83%
G = 43.09%
B = 18.09%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#DBF366 (or 0xDBF366) is known color: Mindaro. HEX triplet: DB, F3 and 66. RGB value is (219,243,102). Sum of RGB (Red+Green+Blue) = 219+243+102=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 243 (95.31% from 255 or 43.09% from 564); Blue value is 102 (40.23% from 255 or 18.09% from 564); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF366 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF366 is #240C99. Grayscale: #DCDCDC. Windows color (decimal): -2362522 or 6747099. OLE color: 6747099.

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

Color convert

RGB 219 243 102 -
CMYK 0.10 0 0.58 0.05
HSL 70.21º 0.85% 0.68% -
HSV(B) 70.21º 0.58% 0.95% -
XYZ 63.66 80.12 24.68 -
YUV 219.75 61.55 127.46 -
System Red Green Blue C M Y K H S L
Decimal 219 243 102 0.10 0 0.58 0.05 70.21 0.85 0.68
Hex DB F3 66 A 0 3A 5 46 55 44
Octal 333 363 146 12 0 72 5 106 125 104
Binary 11011011 11110011 1100110 1010 0 111010 101 1000110 1010101 1000100

Color Harmonies of #DBF366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF366

Black with #DBF366

Text Example


Text Example

White with #DBF366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF366; }

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

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

background-color css

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

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

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

border-color css

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

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

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