Html Css Color HEX #DBEF7F Mindaro

📋 copy color: '#DBEF7F'

red 219 ◦ green 239 ◦ blue 127

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

Shades of Mindaro #DBEF7F

Tints of Mindaro #DBEF7F

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.85%

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

R = 37.44%
G = 40.85%
B = 21.71%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#DBEF7F (or 0xDBEF7F) is known color: Mindaro. HEX triplet: DB, EF and 7F. RGB value is (219,239,127). Sum of RGB (Red+Green+Blue) = 219+239+127=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 239 (93.75% from 255 or 40.85% from 585); Blue value is 127 (50% from 255 or 21.71% from 585); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEF7F is #241080. Grayscale: #DCDCDC. Windows color (decimal): -2363521 or 8384475. OLE color: 8384475.

HSL color Cylindrical-coordinate representation of color #DBEF7F: hue angle of 70.71º degrees, saturation: 0.78, 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 #DBEF7F is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 239 127 -
CMYK 0.08 0 0.47 0.06
HSL 70.71º 0.78% 0.72% -
HSV(B) 70.71º 0.47% 0.94% -
XYZ 63.91 78.33 31.83 -
YUV 220.25 75.37 127.11 -
System Red Green Blue C M Y K H S L
Decimal 219 239 127 0.08 0 0.47 0.06 70.71 0.78 0.72
Hex DB EF 7F 8 0 2F 6 47 4E 48
Octal 333 357 177 10 0 57 6 107 116 110
Binary 11011011 11101111 1111111 1000 0 101111 110 1000111 1001110 1001000

Color Harmonies of #DBEF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEF7F

Black with #DBEF7F

Text Example


Text Example

White with #DBEF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEF7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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