Html Css Color HEX #DBF465 Mindaro

📋 copy color: '#DBF465'

red 219 ◦ green 244 ◦ blue 101

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

Shades of Mindaro #DBF465

Tints of Mindaro #DBF465

RGB

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

 GREEN value IS 244 (95.7% from 255) = 43.26%

 BLUE value IS 101 (39.84% from 255) = 17.91%

R = 38.83%
G = 43.26%
B = 17.91%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#DBF465 (or 0xDBF465) is known color: Mindaro. HEX triplet: DB, F4 and 65. RGB value is (219,244,101). Sum of RGB (Red+Green+Blue) = 219+244+101=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 244 (95.70% from 255 or 43.26% from 564); Blue value is 101 (39.84% from 255 or 17.91% from 564); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF465 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF465 is #240B9A. Grayscale: #DCDCDC. Windows color (decimal): -2362267 or 6681819. OLE color: 6681819.

HSL color Cylindrical-coordinate representation of color #DBF465: hue angle of 70.49º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DBF465 is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 244 101 -
CMYK 0.10 0 0.59 0.04
HSL 70.49º 0.87% 0.68% -
HSV(B) 70.49º 0.59% 0.96% -
XYZ 63.91 80.7 24.52 -
YUV 220.22 60.72 127.13 -
System Red Green Blue C M Y K H S L
Decimal 219 244 101 0.10 0 0.59 0.04 70.49 0.87 0.68
Hex DB F4 65 A 0 3B 4 46 57 44
Octal 333 364 145 12 0 73 4 106 127 104
Binary 11011011 11110100 1100101 1010 0 111011 100 1000110 1010111 1000100

Color Harmonies of #DBF465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF465

Black with #DBF465

Text Example


Text Example

White with #DBF465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF465; }

 p { color: rgb(219,244,101); }

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

background-color css

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

 a { background-color: rgb(219,244,101); }

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

border-color css

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

 span { border-color: rgb(219,244,101); }

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