Html Css Color HEX #DBFF74 Mindaro

📋 copy color: '#DBFF74'

red 219 ◦ green 255 ◦ blue 116

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

Shades of Mindaro #DBFF74

Tints of Mindaro #DBFF74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 19.66%

R = 37.12%
G = 43.22%
B = 19.66%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#DBFF74 (or 0xDBFF74) is known color: Mindaro. HEX triplet: DB, FF and 74. RGB value is (219,255,116). Sum of RGB (Red+Green+Blue) = 219+255+116=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 255 (100% from 255 or 43.22% from 590); Blue value is 116 (45.70% from 255 or 19.66% from 590); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFF74 is #24008B. Grayscale: #E4E4E4. Windows color (decimal): -2359436 or 7667675. OLE color: 7667675.

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

Color convert

RGB 219 255 116 -
CMYK 0.14 0 0.55 0
HSL 75.54º 1% 0.73% -
HSV(B) 75.54º 0.55% 1% -
XYZ 68.13 87.84 29.89 -
YUV 228.39 64.57 121.3 -
System Red Green Blue C M Y K H S L
Decimal 219 255 116 0.14 0 0.55 0 75.54 1 0.73
Hex DB FF 74 E 0 37 0 4C 64 49
Octal 333 377 164 16 0 67 0 114 144 111
Binary 11011011 11111111 1110100 1110 0 110111 0 1001100 1100100 1001001

Color Harmonies of #DBFF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFF74

Black with #DBFF74

Text Example


Text Example

White with #DBFF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFF74; }

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

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

background-color css

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

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

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

border-color css

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

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

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