Html Css Color HEX #DBFE6A Mindaro

📋 copy color: '#DBFE6A'

red 219 ◦ green 254 ◦ blue 106

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

Shades of Mindaro #DBFE6A

Tints of Mindaro #DBFE6A

RGB

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

 GREEN value IS 254 (99.61% from 255) = 43.87%

 BLUE value IS 106 (41.8% from 255) = 18.31%

R = 37.82%
G = 43.87%
B = 18.31%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#DBFE6A (or 0xDBFE6A) is known color: Mindaro. HEX triplet: DB, FE and 6A. RGB value is (219,254,106). Sum of RGB (Red+Green+Blue) = 219+254+106=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 254 (99.61% from 255 or 43.87% from 579); Blue value is 106 (41.80% from 255 or 18.31% from 579); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFE6A is #240195. Grayscale: #E3E3E3. Windows color (decimal): -2359702 or 7012059. OLE color: 7012059.

HSL color Cylindrical-coordinate representation of color #DBFE6A: hue angle of 74.19º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DBFE6A is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.00.

Color convert

RGB 219 254 106 -
CMYK 0.14 0 0.58 0.00
HSL 74.19º 0.99% 0.71% -
HSV(B) 74.19º 0.58% 1% -
XYZ 67.26 86.98 26.88 -
YUV 226.66 59.9 122.53 -
System Red Green Blue C M Y K H S L
Decimal 219 254 106 0.14 0 0.58 0.00 74.19 0.99 0.71
Hex DB FE 6A E 0 3A 0 4A 63 47
Octal 333 376 152 16 0 72 0 112 143 107
Binary 11011011 11111110 1101010 1110 0 111010 0 1001010 1100011 1000111

Color Harmonies of #DBFE6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFE6A

Black with #DBFE6A

Text Example


Text Example

White with #DBFE6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFE6A; }

 p { color: rgb(219,254,106); }

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

background-color css

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

 a { background-color: rgb(219,254,106); }

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

border-color css

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

 span { border-color: rgb(219,254,106); }

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