Html Css Color HEX #DBF764 Mindaro

📋 copy color: '#DBF764'

red 219 ◦ green 247 ◦ blue 100

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

Shades of Mindaro #DBF764

Tints of Mindaro #DBF764

RGB

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

 GREEN value IS 247 (96.88% from 255) = 43.64%

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

R = 38.69%
G = 43.64%
B = 17.67%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#DBF764 (or 0xDBF764) is known color: Mindaro. HEX triplet: DB, F7 and 64. RGB value is (219,247,100). Sum of RGB (Red+Green+Blue) = 219+247+100=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 247 (96.88% from 255 or 43.64% from 566); Blue value is 100 (39.45% from 255 or 17.67% from 566); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF764 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF764 is #24089B. Grayscale: #DEDEDE. Windows color (decimal): -2361500 or 6617051. OLE color: 6617051.

HSL color Cylindrical-coordinate representation of color #DBF764: hue angle of 71.43º degrees, saturation: 0.9, 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 #DBF764 is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 219 247 100 -
CMYK 0.11 0 0.60 0.03
HSL 71.43º 0.9% 0.68% -
HSV(B) 71.43º 0.6% 0.97% -
XYZ 64.77 82.5 24.57 -
YUV 221.87 59.22 125.95 -
System Red Green Blue C M Y K H S L
Decimal 219 247 100 0.11 0 0.60 0.03 71.43 0.9 0.68
Hex DB F7 64 B 0 3C 3 47 5A 44
Octal 333 367 144 13 0 74 3 107 132 104
Binary 11011011 11110111 1100100 1011 0 111100 11 1000111 1011010 1000100

Color Harmonies of #DBF764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF764

Black with #DBF764

Text Example


Text Example

White with #DBF764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF764; }

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

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

background-color css

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

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

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

border-color css

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

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

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