Html Css Color HEX #DBF07E Mindaro

📋 copy color: '#DBF07E'

red 219 ◦ green 240 ◦ blue 126

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

Shades of Mindaro #DBF07E

Tints of Mindaro #DBF07E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 21.54%

R = 37.44%
G = 41.03%
B = 21.54%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#DBF07E (or 0xDBF07E) is known color: Mindaro. HEX triplet: DB, F0 and 7E. RGB value is (219,240,126). Sum of RGB (Red+Green+Blue) = 219+240+126=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 240 (94.14% from 255 or 41.03% from 585); Blue value is 126 (49.61% from 255 or 21.54% from 585); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF07E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF07E is #240F81. Grayscale: #DDDDDD. Windows color (decimal): -2363266 or 8319195. OLE color: 8319195.

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

Color convert

RGB 219 240 126 -
CMYK 0.09 0 0.48 0.06
HSL 71.05º 0.79% 0.72% -
HSV(B) 71.05º 0.48% 0.94% -
XYZ 64.14 78.89 31.58 -
YUV 220.73 74.54 126.77 -
System Red Green Blue C M Y K H S L
Decimal 219 240 126 0.09 0 0.48 0.06 71.05 0.79 0.72
Hex DB F0 7E 9 0 30 6 47 4F 48
Octal 333 360 176 11 0 60 6 107 117 110
Binary 11011011 11110000 1111110 1001 0 110000 110 1000111 1001111 1001000

Color Harmonies of #DBF07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF07E

Black with #DBF07E

Text Example


Text Example

White with #DBF07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF07E; }

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

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

background-color css

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

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

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

border-color css

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

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

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