Html Css Color HEX #DBFF72 Mindaro

📋 copy color: '#DBFF72'

red 219 ◦ green 255 ◦ blue 114

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

Shades of Mindaro #DBFF72

Tints of Mindaro #DBFF72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 19.39%

R = 37.24%
G = 43.37%
B = 19.39%

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

#DBFF72 (or 0xDBFF72) is known color: Mindaro. HEX triplet: DB, FF and 72. RGB value is (219,255,114). Sum of RGB (Red+Green+Blue) = 219+255+114=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 255 (100% from 255 or 43.37% from 588); Blue value is 114 (44.92% from 255 or 19.39% from 588); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFF72 is #24008D. Grayscale: #E4E4E4. Windows color (decimal): -2359438 or 7536603. OLE color: 7536603.

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

Color convert

RGB 219 255 114 -
CMYK 0.14 0 0.55 0
HSL 75.32º 1% 0.72% -
HSV(B) 75.32º 0.55% 1% -
XYZ 68.01 87.79 29.28 -
YUV 228.16 63.57 121.46 -
System Red Green Blue C M Y K H S L
Decimal 219 255 114 0.14 0 0.55 0 75.32 1 0.72
Hex DB FF 72 E 0 37 0 4B 64 48
Octal 333 377 162 16 0 67 0 113 144 110
Binary 11011011 11111111 1110010 1110 0 110111 0 1001011 1100100 1001000

Color Harmonies of #DBFF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFF72

Black with #DBFF72

Text Example


Text Example

White with #DBFF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFF72; }

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

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

background-color css

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

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

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

border-color css

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

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

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