Html Css Color HEX #DBF16A Mindaro

📋 copy color: '#DBF16A'

red 219 ◦ green 241 ◦ blue 106

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

Shades of Mindaro #DBF16A

Tints of Mindaro #DBF16A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 18.73%

R = 38.69%
G = 42.58%
B = 18.73%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#DBF16A (or 0xDBF16A) is known color: Mindaro. HEX triplet: DB, F1 and 6A. RGB value is (219,241,106). Sum of RGB (Red+Green+Blue) = 219+241+106=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 241 (94.53% from 255 or 42.58% from 566); Blue value is 106 (41.80% from 255 or 18.73% from 566); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF16A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF16A is #240E95. Grayscale: #DBDBDB. Windows color (decimal): -2363030 or 7008731. OLE color: 7008731.

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

Color convert

RGB 219 241 106 -
CMYK 0.09 0 0.56 0.05
HSL 69.78º 0.83% 0.68% -
HSV(B) 69.78º 0.56% 0.95% -
XYZ 63.27 79.01 25.55 -
YUV 219.03 64.21 127.98 -
System Red Green Blue C M Y K H S L
Decimal 219 241 106 0.09 0 0.56 0.05 69.78 0.83 0.68
Hex DB F1 6A 9 0 38 5 46 53 44
Octal 333 361 152 11 0 70 5 106 123 104
Binary 11011011 11110001 1101010 1001 0 111000 101 1000110 1010011 1000100

Color Harmonies of #DBF16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF16A

Black with #DBF16A

Text Example


Text Example

White with #DBF16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF16A; }

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

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

background-color css

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

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

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

border-color css

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

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

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