Html Css Color HEX #DBFC81 Mindaro

📋 copy color: '#DBFC81'

red 219 ◦ green 252 ◦ blue 129

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

Shades of Mindaro #DBFC81

Tints of Mindaro #DBFC81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 21.5%

R = 36.5%
G = 42%
B = 21.5%

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

#DBFC81 (or 0xDBFC81) is known color: Mindaro. HEX triplet: DB, FC and 81. RGB value is (219,252,129). Sum of RGB (Red+Green+Blue) = 219+252+129=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 252 (98.83% from 255 or 42% from 600); Blue value is 129 (50.78% from 255 or 21.5% from 600); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFC81 is #24037E. Grayscale: #E4E4E4. Windows color (decimal): -2360191 or 8518875. OLE color: 8518875.

HSL color Cylindrical-coordinate representation of color #DBFC81: hue angle of 76.1º 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 #DBFC81 is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB 219 252 129 -
CMYK 0.13 0 0.49 0.01
HSL 76.1º 0.95% 0.75% -
HSV(B) 76.1º 0.49% 0.99% -
XYZ 67.99 86.27 33.84 -
YUV 228.11 72.07 121.5 -
System Red Green Blue C M Y K H S L
Decimal 219 252 129 0.13 0 0.49 0.01 76.1 0.95 0.75
Hex DB FC 81 D 0 31 1 4C 5F 4B
Octal 333 374 201 15 0 61 1 114 137 113
Binary 11011011 11111100 10000001 1101 0 110001 1 1001100 1011111 1001011

Color Harmonies of #DBFC81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFC81

Black with #DBFC81

Text Example


Text Example

White with #DBFC81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFC81; }

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

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

background-color css

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

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

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

border-color css

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

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

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