Html Css Color HEX #DBFF65 Mindaro

📋 copy color: '#DBFF65'

red 219 ◦ green 255 ◦ blue 101

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

Shades of Mindaro #DBFF65

Tints of Mindaro #DBFF65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 17.57%

R = 38.09%
G = 44.35%
B = 17.57%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.60

 K value IS 0

RGB Variations

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

Color information

#DBFF65 (or 0xDBFF65) is known color: Mindaro. HEX triplet: DB, FF and 65. RGB value is (219,255,101). Sum of RGB (Red+Green+Blue) = 219+255+101=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 255 (100% from 255 or 44.35% from 575); Blue value is 101 (39.84% from 255 or 17.57% from 575); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFF65 is #24009A. Grayscale: #E3E3E3. Windows color (decimal): -2359451 or 6684635. OLE color: 6684635.

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

Color convert

RGB 219 255 101 -
CMYK 0.14 0 0.60 0
HSL 74.03º 1% 0.7% -
HSV(B) 74.03º 0.6% 1% -
XYZ 67.32 87.52 25.66 -
YUV 226.68 57.07 122.52 -
System Red Green Blue C M Y K H S L
Decimal 219 255 101 0.14 0 0.60 0 74.03 1 0.7
Hex DB FF 65 E 0 3C 0 4A 64 46
Octal 333 377 145 16 0 74 0 112 144 106
Binary 11011011 11111111 1100101 1110 0 111100 0 1001010 1100100 1000110

Color Harmonies of #DBFF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFF65

Black with #DBFF65

Text Example


Text Example

White with #DBFF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFF65; }

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

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

background-color css

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

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

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

border-color css

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

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

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