Html Css Color HEX #DBF07F Mindaro

📋 copy color: '#DBF07F'

red 219 ◦ green 240 ◦ blue 127

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

Shades of Mindaro #DBF07F

Tints of Mindaro #DBF07F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 21.67%

R = 37.37%
G = 40.96%
B = 21.67%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#DBF07F (or 0xDBF07F) is known color: Mindaro. HEX triplet: DB, F0 and 7F. RGB value is (219,240,127). Sum of RGB (Red+Green+Blue) = 219+240+127=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 240 (94.14% from 255 or 40.96% from 586); Blue value is 127 (50% from 255 or 21.67% from 586); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF07F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF07F is #240F80. Grayscale: #DDDDDD. Windows color (decimal): -2363265 or 8384731. OLE color: 8384731.

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

Color convert

RGB 219 240 127 -
CMYK 0.09 0 0.47 0.06
HSL 71.15º 0.79% 0.72% -
HSV(B) 71.15º 0.47% 0.94% -
XYZ 64.2 78.91 31.93 -
YUV 220.84 75.04 126.69 -
System Red Green Blue C M Y K H S L
Decimal 219 240 127 0.09 0 0.47 0.06 71.15 0.79 0.72
Hex DB F0 7F 9 0 2F 6 47 4F 48
Octal 333 360 177 11 0 57 6 107 117 110
Binary 11011011 11110000 1111111 1001 0 101111 110 1000111 1001111 1001000

Color Harmonies of #DBF07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF07F

Black with #DBF07F

Text Example


Text Example

White with #DBF07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF07F; }

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

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

background-color css

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

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

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

border-color css

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

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

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