Html Css Color HEX #DBF167 Mindaro

📋 copy color: '#DBF167'

red 219 ◦ green 241 ◦ blue 103

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

Shades of Mindaro #DBF167

Tints of Mindaro #DBF167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 18.29%

R = 38.9%
G = 42.81%
B = 18.29%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#DBF167 (or 0xDBF167) is known color: Mindaro. HEX triplet: DB, F1 and 67. RGB value is (219,241,103). Sum of RGB (Red+Green+Blue) = 219+241+103=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 241 (94.53% from 255 or 42.81% from 563); Blue value is 103 (40.62% from 255 or 18.29% from 563); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF167 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF167 is #240E98. Grayscale: #DBDBDB. Windows color (decimal): -2363033 or 6812123. OLE color: 6812123.

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

Color convert

RGB 219 241 103 -
CMYK 0.09 0 0.57 0.05
HSL 69.57º 0.83% 0.67% -
HSV(B) 69.57º 0.57% 0.95% -
XYZ 63.12 78.95 24.74 -
YUV 218.69 62.71 128.22 -
System Red Green Blue C M Y K H S L
Decimal 219 241 103 0.09 0 0.57 0.05 69.57 0.83 0.67
Hex DB F1 67 9 0 39 5 46 53 43
Octal 333 361 147 11 0 71 5 106 123 103
Binary 11011011 11110001 1100111 1001 0 111001 101 1000110 1010011 1000011

Color Harmonies of #DBF167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF167

Black with #DBF167

Text Example


Text Example

White with #DBF167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF167; }

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

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

background-color css

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

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

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

border-color css

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

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

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