Html Css Color HEX #DBFB74 Mindaro

📋 copy color: '#DBFB74'

red 219 ◦ green 251 ◦ blue 116

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

Shades of Mindaro #DBFB74

Tints of Mindaro #DBFB74

RGB

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

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

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

R = 37.37%
G = 42.83%
B = 19.8%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#DBFB74 (or 0xDBFB74) is known color: Mindaro. HEX triplet: DB, FB and 74. RGB value is (219,251,116). Sum of RGB (Red+Green+Blue) = 219+251+116=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 251 (98.44% from 255 or 42.83% from 586); Blue value is 116 (45.70% from 255 or 19.80% from 586); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFB74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFB74 is #24048B. Grayscale: #E2E2E2. Windows color (decimal): -2360460 or 7666651. OLE color: 7666651.

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

Color convert

RGB 219 251 116 -
CMYK 0.13 0 0.54 0.02
HSL 74.22º 0.94% 0.72% -
HSV(B) 74.22º 0.54% 0.98% -
XYZ 66.86 85.32 29.47 -
YUV 226.04 65.9 122.98 -
System Red Green Blue C M Y K H S L
Decimal 219 251 116 0.13 0 0.54 0.02 74.22 0.94 0.72
Hex DB FB 74 D 0 36 2 4A 5E 48
Octal 333 373 164 15 0 66 2 112 136 110
Binary 11011011 11111011 1110100 1101 0 110110 10 1001010 1011110 1001000

Color Harmonies of #DBFB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFB74

Black with #DBFB74

Text Example


Text Example

White with #DBFB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFB74; }

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

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

background-color css

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

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

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

border-color css

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

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

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