Html Css Color HEX #DBFD6F Mindaro

📋 copy color: '#DBFD6F'

red 219 ◦ green 253 ◦ blue 111

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

Shades of Mindaro #DBFD6F

Tints of Mindaro #DBFD6F

RGB

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

 GREEN value IS 253 (99.22% from 255) = 43.4%

 BLUE value IS 111 (43.75% from 255) = 19.04%

R = 37.56%
G = 43.4%
B = 19.04%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#DBFD6F (or 0xDBFD6F) is known color: Mindaro. HEX triplet: DB, FD and 6F. RGB value is (219,253,111). Sum of RGB (Red+Green+Blue) = 219+253+111=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 253 (99.22% from 255 or 43.40% from 583); Blue value is 111 (43.75% from 255 or 19.04% from 583); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFD6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFD6F is #240290. Grayscale: #E3E3E3. Windows color (decimal): -2359953 or 7339483. OLE color: 7339483.

HSL color Cylindrical-coordinate representation of color #DBFD6F: hue angle of 74.37º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DBFD6F is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB 219 253 111 -
CMYK 0.13 0 0.56 0.01
HSL 74.37º 0.97% 0.71% -
HSV(B) 74.37º 0.56% 0.99% -
XYZ 67.21 86.46 28.18 -
YUV 226.65 62.74 122.55 -
System Red Green Blue C M Y K H S L
Decimal 219 253 111 0.13 0 0.56 0.01 74.37 0.97 0.71
Hex DB FD 6F D 0 38 1 4A 61 47
Octal 333 375 157 15 0 70 1 112 141 107
Binary 11011011 11111101 1101111 1101 0 111000 1 1001010 1100001 1000111

Color Harmonies of #DBFD6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFD6F

Black with #DBFD6F

Text Example


Text Example

White with #DBFD6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFD6F; }

 p { color: rgb(219,253,111); }

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

background-color css

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

 a { background-color: rgb(219,253,111); }

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

border-color css

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

 span { border-color: rgb(219,253,111); }

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