Html Css Color HEX #DBFB61 Mindaro

📋 copy color: '#DBFB61'

red 219 ◦ green 251 ◦ blue 97

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

Shades of Mindaro #DBFB61

Tints of Mindaro #DBFB61

RGB

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

 GREEN value IS 251 (98.44% from 255) = 44.27%

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

R = 38.62%
G = 44.27%
B = 17.11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#DBFB61 (or 0xDBFB61) is known color: Mindaro. HEX triplet: DB, FB and 61. RGB value is (219,251,97). Sum of RGB (Red+Green+Blue) = 219+251+97=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 251 (98.44% from 255 or 44.27% from 567); Blue value is 97 (38.28% from 255 or 17.11% from 567); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFB61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFB61 is #24049E. Grayscale: #E0E0E0. Windows color (decimal): -2360479 or 6421467. OLE color: 6421467.

HSL color Cylindrical-coordinate representation of color #DBFB61: hue angle of 72.47º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DBFB61 is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 251 97 -
CMYK 0.13 0 0.61 0.02
HSL 72.47º 0.95% 0.68% -
HSV(B) 72.47º 0.61% 0.98% -
XYZ 65.87 84.92 24.23 -
YUV 223.88 56.4 124.52 -
System Red Green Blue C M Y K H S L
Decimal 219 251 97 0.13 0 0.61 0.02 72.47 0.95 0.68
Hex DB FB 61 D 0 3D 2 48 5F 44
Octal 333 373 141 15 0 75 2 110 137 104
Binary 11011011 11111011 1100001 1101 0 111101 10 1001000 1011111 1000100

Color Harmonies of #DBFB61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFB61

Black with #DBFB61

Text Example


Text Example

White with #DBFB61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFB61; }

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

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

background-color css

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

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

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

border-color css

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

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

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