Html Css Color HEX #DBF976 Mindaro

📋 copy color: '#DBF976'

red 219 ◦ green 249 ◦ blue 118

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

Shades of Mindaro #DBF976

Tints of Mindaro #DBF976

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.49%

 BLUE value IS 118 (46.48% from 255) = 20.14%

R = 37.37%
G = 42.49%
B = 20.14%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#DBF976 (or 0xDBF976) is known color: Mindaro. HEX triplet: DB, F9 and 76. RGB value is (219,249,118). Sum of RGB (Red+Green+Blue) = 219+249+118=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 249 (97.66% from 255 or 42.49% from 586); Blue value is 118 (46.48% from 255 or 20.14% from 586); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF976 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF976 is #240689. Grayscale: #E1E1E1. Windows color (decimal): -2360970 or 7797211. OLE color: 7797211.

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

Color convert

RGB 219 249 118 -
CMYK 0.12 0 0.53 0.02
HSL 73.74º 0.92% 0.72% -
HSV(B) 73.74º 0.53% 0.98% -
XYZ 66.36 84.12 29.88 -
YUV 225.1 67.56 123.65 -
System Red Green Blue C M Y K H S L
Decimal 219 249 118 0.12 0 0.53 0.02 73.74 0.92 0.72
Hex DB F9 76 C 0 35 2 4A 5C 48
Octal 333 371 166 14 0 65 2 112 134 110
Binary 11011011 11111001 1110110 1100 0 110101 10 1001010 1011100 1001000

Color Harmonies of #DBF976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF976

Black with #DBF976

Text Example


Text Example

White with #DBF976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF976; }

 p { color: rgb(219,249,118); }

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

background-color css

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

 a { background-color: rgb(219,249,118); }

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

border-color css

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

 span { border-color: rgb(219,249,118); }

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