Html Css Color HEX #DBFF61 Mindaro

📋 copy color: '#DBFF61'

red 219 ◦ green 255 ◦ blue 97

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

Shades of Mindaro #DBFF61

Tints of Mindaro #DBFF61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 16.99%

R = 38.35%
G = 44.66%
B = 16.99%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#DBFF61 (or 0xDBFF61) is known color: Mindaro. HEX triplet: DB, FF and 61. RGB value is (219,255,97). Sum of RGB (Red+Green+Blue) = 219+255+97=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 255 (100% from 255 or 44.66% from 571); Blue value is 97 (38.28% from 255 or 16.99% from 571); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFF61 is #24009E. Grayscale: #E2E2E2. Windows color (decimal): -2359455 or 6422491. OLE color: 6422491.

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

Color convert

RGB 219 255 97 -
CMYK 0.14 0 0.62 0
HSL 73.67º 1% 0.69% -
HSV(B) 73.67º 0.62% 1% -
XYZ 67.13 87.44 24.65 -
YUV 226.22 55.07 122.85 -
System Red Green Blue C M Y K H S L
Decimal 219 255 97 0.14 0 0.62 0 73.67 1 0.69
Hex DB FF 61 E 0 3E 0 4A 64 45
Octal 333 377 141 16 0 76 0 112 144 105
Binary 11011011 11111111 1100001 1110 0 111110 0 1001010 1100100 1000101

Color Harmonies of #DBFF61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFF61

Black with #DBFF61

Text Example


Text Example

White with #DBFF61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFF61; }

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

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

background-color css

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

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

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

border-color css

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

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

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