Html Css Color HEX #DBF162 Mindaro

📋 copy color: '#DBF162'

red 219 ◦ green 241 ◦ blue 98

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

Shades of Mindaro #DBF162

Tints of Mindaro #DBF162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 17.56%

R = 39.25%
G = 43.19%
B = 17.56%

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

#DBF162 (or 0xDBF162) is known color: Mindaro. HEX triplet: DB, F1 and 62. RGB value is (219,241,98). Sum of RGB (Red+Green+Blue) = 219+241+98=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 241 (94.53% from 255 or 43.19% from 558); Blue value is 98 (38.67% from 255 or 17.56% from 558); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF162 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF162 is #240E9D. Grayscale: #DADADA. Windows color (decimal): -2363038 or 6484443. OLE color: 6484443.

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

Color convert

RGB 219 241 98 -
CMYK 0.09 0 0.59 0.05
HSL 69.23º 0.84% 0.66% -
HSV(B) 69.23º 0.59% 0.95% -
XYZ 62.87 78.85 23.46 -
YUV 218.12 60.21 128.63 -
System Red Green Blue C M Y K H S L
Decimal 219 241 98 0.09 0 0.59 0.05 69.23 0.84 0.66
Hex DB F1 62 9 0 3B 5 45 54 42
Octal 333 361 142 11 0 73 5 105 124 102
Binary 11011011 11110001 1100010 1001 0 111011 101 1000101 1010100 1000010

Color Harmonies of #DBF162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF162

Black with #DBF162

Text Example


Text Example

White with #DBF162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF162; }

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

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

background-color css

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

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

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

border-color css

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

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

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