Html Css Color HEX #DBF164 Mindaro

📋 copy color: '#DBF164'

red 219 ◦ green 241 ◦ blue 100

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

Shades of Mindaro #DBF164

Tints of Mindaro #DBF164

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.04%

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

R = 39.11%
G = 43.04%
B = 17.86%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#DBF164 (or 0xDBF164) is known color: Mindaro. HEX triplet: DB, F1 and 64. RGB value is (219,241,100). Sum of RGB (Red+Green+Blue) = 219+241+100=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 241 (94.53% from 255 or 43.04% from 560); Blue value is 100 (39.45% from 255 or 17.86% from 560); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF164 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF164 is #240E9B. Grayscale: #DADADA. Windows color (decimal): -2363036 or 6615515. OLE color: 6615515.

HSL color Cylindrical-coordinate representation of color #DBF164: hue angle of 69.36º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DBF164 is Cyan = 0.09, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 241 100 -
CMYK 0.09 0 0.59 0.05
HSL 69.36º 0.83% 0.67% -
HSV(B) 69.36º 0.59% 0.95% -
XYZ 62.97 78.89 23.97 -
YUV 218.35 61.21 128.46 -
System Red Green Blue C M Y K H S L
Decimal 219 241 100 0.09 0 0.59 0.05 69.36 0.83 0.67
Hex DB F1 64 9 0 3B 5 45 53 43
Octal 333 361 144 11 0 73 5 105 123 103
Binary 11011011 11110001 1100100 1001 0 111011 101 1000101 1010011 1000011

Color Harmonies of #DBF164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF164

Black with #DBF164

Text Example


Text Example

White with #DBF164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF164; }

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

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

background-color css

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

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

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

border-color css

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

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

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