Html Css Color HEX #DBF06E Mindaro

📋 copy color: '#DBF06E'

red 219 ◦ green 240 ◦ blue 110

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

Shades of Mindaro #DBF06E

Tints of Mindaro #DBF06E

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.18%

 BLUE value IS 110 (43.36% from 255) = 19.33%

R = 38.49%
G = 42.18%
B = 19.33%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#DBF06E (or 0xDBF06E) is known color: Mindaro. HEX triplet: DB, F0 and 6E. RGB value is (219,240,110). Sum of RGB (Red+Green+Blue) = 219+240+110=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 240 (94.14% from 255 or 42.18% from 569); Blue value is 110 (43.36% from 255 or 19.33% from 569); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF06E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF06E is #240F91. Grayscale: #DBDBDB. Windows color (decimal): -2363282 or 7270619. OLE color: 7270619.

HSL color Cylindrical-coordinate representation of color #DBF06E: hue angle of 69.69º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DBF06E is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 240 110 -
CMYK 0.09 0 0.54 0.06
HSL 69.69º 0.81% 0.69% -
HSV(B) 69.69º 0.54% 0.94% -
XYZ 63.19 78.51 26.57 -
YUV 218.9 66.54 128.07 -
System Red Green Blue C M Y K H S L
Decimal 219 240 110 0.09 0 0.54 0.06 69.69 0.81 0.69
Hex DB F0 6E 9 0 36 6 46 51 45
Octal 333 360 156 11 0 66 6 106 121 105
Binary 11011011 11110000 1101110 1001 0 110110 110 1000110 1010001 1000101

Color Harmonies of #DBF06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF06E

Black with #DBF06E

Text Example


Text Example

White with #DBF06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF06E; }

 p { color: rgb(219,240,110); }

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

background-color css

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

 a { background-color: rgb(219,240,110); }

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

border-color css

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

 span { border-color: rgb(219,240,110); }

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