Html Css Color HEX #DBFC6F Mindaro

📋 copy color: '#DBFC6F'

red 219 ◦ green 252 ◦ blue 111

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

Shades of Mindaro #DBFC6F

Tints of Mindaro #DBFC6F

RGB

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

 GREEN value IS 252 (98.83% from 255) = 43.3%

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

R = 37.63%
G = 43.3%
B = 19.07%

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

#DBFC6F (or 0xDBFC6F) is known color: Mindaro. HEX triplet: DB, FC and 6F. RGB value is (219,252,111). Sum of RGB (Red+Green+Blue) = 219+252+111=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 252 (98.83% from 255 or 43.30% from 582); Blue value is 111 (43.75% from 255 or 19.07% from 582); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFC6F is #240390. Grayscale: #E2E2E2. Windows color (decimal): -2360209 or 7339227. OLE color: 7339227.

HSL color Cylindrical-coordinate representation of color #DBFC6F: hue angle of 74.04º degrees, saturation: 0.96, 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 #DBFC6F is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB 219 252 111 -
CMYK 0.13 0 0.56 0.01
HSL 74.04º 0.96% 0.71% -
HSV(B) 74.04º 0.56% 0.99% -
XYZ 66.89 85.83 28.08 -
YUV 226.06 63.07 122.96 -
System Red Green Blue C M Y K H S L
Decimal 219 252 111 0.13 0 0.56 0.01 74.04 0.96 0.71
Hex DB FC 6F D 0 38 1 4A 60 47
Octal 333 374 157 15 0 70 1 112 140 107
Binary 11011011 11111100 1101111 1101 0 111000 1 1001010 1100000 1000111

Color Harmonies of #DBFC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFC6F

Black with #DBFC6F

Text Example


Text Example

White with #DBFC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFC6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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