Html Css Color HEX #DBFF71 Mindaro

📋 copy color: '#DBFF71'

red 219 ◦ green 255 ◦ blue 113

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

Shades of Mindaro #DBFF71

Tints of Mindaro #DBFF71

RGB

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

 GREEN value IS 255 (100% from 255) = 43.44%

 BLUE value IS 113 (44.53% from 255) = 19.25%

R = 37.31%
G = 43.44%
B = 19.25%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#DBFF71 (or 0xDBFF71) is known color: Mindaro. HEX triplet: DB, FF and 71. RGB value is (219,255,113). Sum of RGB (Red+Green+Blue) = 219+255+113=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 255 (100% from 255 or 43.44% from 587); Blue value is 113 (44.53% from 255 or 19.25% from 587); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFF71 is #24008E. Grayscale: #E4E4E4. Windows color (decimal): -2359439 or 7471067. OLE color: 7471067.

HSL color Cylindrical-coordinate representation of color #DBFF71: hue angle of 75.21º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DBFF71 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB 219 255 113 -
CMYK 0.14 0 0.56 0
HSL 75.21º 1% 0.72% -
HSV(B) 75.21º 0.56% 1% -
XYZ 67.95 87.77 28.98 -
YUV 228.05 63.07 121.55 -
System Red Green Blue C M Y K H S L
Decimal 219 255 113 0.14 0 0.56 0 75.21 1 0.72
Hex DB FF 71 E 0 38 0 4B 64 48
Octal 333 377 161 16 0 70 0 113 144 110
Binary 11011011 11111111 1110001 1110 0 111000 0 1001011 1100100 1001000

Color Harmonies of #DBFF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFF71

Black with #DBFF71

Text Example


Text Example

White with #DBFF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFF71; }

 p { color: rgb(219,255,113); }

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

background-color css

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

 a { background-color: rgb(219,255,113); }

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

border-color css

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

 span { border-color: rgb(219,255,113); }

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