Html Css Color HEX #DBFC80 Mindaro

📋 copy color: '#DBFC80'

red 219 ◦ green 252 ◦ blue 128

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

Shades of Mindaro #DBFC80

Tints of Mindaro #DBFC80

RGB

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

 GREEN value IS 252 (98.83% from 255) = 42.07%

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

R = 36.56%
G = 42.07%
B = 21.37%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#DBFC80 (or 0xDBFC80) is known color: Mindaro. HEX triplet: DB, FC and 80. RGB value is (219,252,128). Sum of RGB (Red+Green+Blue) = 219+252+128=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 252 (98.83% from 255 or 42.07% from 599); Blue value is 128 (50.39% from 255 or 21.37% from 599); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFC80 is #24037F. Grayscale: #E4E4E4. Windows color (decimal): -2360192 or 8453339. OLE color: 8453339.

HSL color Cylindrical-coordinate representation of color #DBFC80: hue angle of 75.97º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DBFC80 is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB 219 252 128 -
CMYK 0.13 0 0.49 0.01
HSL 75.97º 0.95% 0.75% -
HSV(B) 75.97º 0.49% 0.99% -
XYZ 67.92 86.24 33.49 -
YUV 228 71.57 121.58 -
System Red Green Blue C M Y K H S L
Decimal 219 252 128 0.13 0 0.49 0.01 75.97 0.95 0.75
Hex DB FC 80 D 0 31 1 4C 5F 4B
Octal 333 374 200 15 0 61 1 114 137 113
Binary 11011011 11111100 10000000 1101 0 110001 1 1001100 1011111 1001011

Color Harmonies of #DBFC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFC80

Black with #DBFC80

Text Example


Text Example

White with #DBFC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFC80; }

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

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

background-color css

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

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

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

border-color css

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

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

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