Html Css Color HEX #DBF864 Mindaro

📋 copy color: '#DBF864'

red 219 ◦ green 248 ◦ blue 100

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

Shades of Mindaro #DBF864

Tints of Mindaro #DBF864

RGB

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

 GREEN value IS 248 (97.27% from 255) = 43.74%

 BLUE value IS 100 (39.45% from 255) = 17.64%

R = 38.62%
G = 43.74%
B = 17.64%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#DBF864 (or 0xDBF864) is known color: Mindaro. HEX triplet: DB, F8 and 64. RGB value is (219,248,100). Sum of RGB (Red+Green+Blue) = 219+248+100=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 248 (97.27% from 255 or 43.74% from 567); Blue value is 100 (39.45% from 255 or 17.64% from 567); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF864 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF864 is #24079B. Grayscale: #DFDFDF. Windows color (decimal): -2361244 or 6617307. OLE color: 6617307.

HSL color Cylindrical-coordinate representation of color #DBF864: hue angle of 71.76º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DBF864 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 219 248 100 -
CMYK 0.12 0 0.60 0.03
HSL 71.76º 0.91% 0.68% -
HSV(B) 71.76º 0.6% 0.97% -
XYZ 65.08 83.11 24.67 -
YUV 222.46 58.89 125.53 -
System Red Green Blue C M Y K H S L
Decimal 219 248 100 0.12 0 0.60 0.03 71.76 0.91 0.68
Hex DB F8 64 C 0 3C 3 48 5B 44
Octal 333 370 144 14 0 74 3 110 133 104
Binary 11011011 11111000 1100100 1100 0 111100 11 1001000 1011011 1000100

Color Harmonies of #DBF864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF864

Black with #DBF864

Text Example


Text Example

White with #DBF864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF864; }

 p { color: rgb(219,248,100); }

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

background-color css

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

 a { background-color: rgb(219,248,100); }

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

border-color css

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

 span { border-color: rgb(219,248,100); }

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