Html Css Color HEX #DBF180 Mindaro

📋 copy color: '#DBF180'

red 219 ◦ green 241 ◦ blue 128

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

Shades of Mindaro #DBF180

Tints of Mindaro #DBF180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 21.77%

R = 37.24%
G = 40.99%
B = 21.77%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#DBF180 (or 0xDBF180) is known color: Mindaro. HEX triplet: DB, F1 and 80. RGB value is (219,241,128). Sum of RGB (Red+Green+Blue) = 219+241+128=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 241 (94.53% from 255 or 40.99% from 588); Blue value is 128 (50.39% from 255 or 21.77% from 588); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF180 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF180 is #240E7F. Grayscale: #DDDDDD. Windows color (decimal): -2363008 or 8450523. OLE color: 8450523.

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

Color convert

RGB 219 241 128 -
CMYK 0.09 0 0.47 0.05
HSL 71.68º 0.8% 0.72% -
HSV(B) 71.68º 0.47% 0.95% -
XYZ 64.57 79.53 32.37 -
YUV 221.54 75.21 126.19 -
System Red Green Blue C M Y K H S L
Decimal 219 241 128 0.09 0 0.47 0.05 71.68 0.8 0.72
Hex DB F1 80 9 0 2F 5 48 50 48
Octal 333 361 200 11 0 57 5 110 120 110
Binary 11011011 11110001 10000000 1001 0 101111 101 1001000 1010000 1001000

Color Harmonies of #DBF180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF180

Black with #DBF180

Text Example


Text Example

White with #DBF180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF180; }

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

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

background-color css

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

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

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

border-color css

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

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

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