Html Css Color HEX #DBF57C Mindaro

📋 copy color: '#DBF57C'

red 219 ◦ green 245 ◦ blue 124

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

Shades of Mindaro #DBF57C

Tints of Mindaro #DBF57C

RGB

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

 GREEN value IS 245 (96.09% from 255) = 41.67%

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

R = 37.24%
G = 41.67%
B = 21.09%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#DBF57C (or 0xDBF57C) is known color: Mindaro. HEX triplet: DB, F5 and 7C. RGB value is (219,245,124). Sum of RGB (Red+Green+Blue) = 219+245+124=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 245 (96.09% from 255 or 41.67% from 588); Blue value is 124 (48.83% from 255 or 21.09% from 588); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF57C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF57C is #240A83. Grayscale: #DFDFDF. Windows color (decimal): -2361988 or 8189403. OLE color: 8189403.

HSL color Cylindrical-coordinate representation of color #DBF57C: hue angle of 72.89º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DBF57C is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 245 124 -
CMYK 0.11 0 0.49 0.04
HSL 72.89º 0.86% 0.72% -
HSV(B) 72.89º 0.49% 0.96% -
XYZ 65.5 81.82 31.41 -
YUV 223.43 71.89 124.84 -
System Red Green Blue C M Y K H S L
Decimal 219 245 124 0.11 0 0.49 0.04 72.89 0.86 0.72
Hex DB F5 7C B 0 31 4 49 56 48
Octal 333 365 174 13 0 61 4 111 126 110
Binary 11011011 11110101 1111100 1011 0 110001 100 1001001 1010110 1001000

Color Harmonies of #DBF57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF57C

Black with #DBF57C

Text Example


Text Example

White with #DBF57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF57C; }

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

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

background-color css

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

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

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

border-color css

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

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

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