Html Css Color HEX #DBF07C Mindaro

📋 copy color: '#DBF07C'

red 219 ◦ green 240 ◦ blue 124

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

Shades of Mindaro #DBF07C

Tints of Mindaro #DBF07C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 21.27%

R = 37.56%
G = 41.17%
B = 21.27%

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

#DBF07C (or 0xDBF07C) is known color: Mindaro. HEX triplet: DB, F0 and 7C. RGB value is (219,240,124). Sum of RGB (Red+Green+Blue) = 219+240+124=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 240 (94.14% from 255 or 41.17% from 583); Blue value is 124 (48.83% from 255 or 21.27% from 583); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF07C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF07C is #240F83. Grayscale: #DCDCDC. Windows color (decimal): -2363268 or 8188123. OLE color: 8188123.

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

Color convert

RGB 219 240 124 -
CMYK 0.09 0 0.48 0.06
HSL 70.86º 0.79% 0.71% -
HSV(B) 70.86º 0.48% 0.94% -
XYZ 64.01 78.84 30.91 -
YUV 220.5 73.54 126.93 -
System Red Green Blue C M Y K H S L
Decimal 219 240 124 0.09 0 0.48 0.06 70.86 0.79 0.71
Hex DB F0 7C 9 0 30 6 47 4F 47
Octal 333 360 174 11 0 60 6 107 117 107
Binary 11011011 11110000 1111100 1001 0 110000 110 1000111 1001111 1000111

Color Harmonies of #DBF07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF07C

Black with #DBF07C

Text Example


Text Example

White with #DBF07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF07C; }

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

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

background-color css

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

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

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

border-color css

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

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

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