Html Css Color HEX #DBF97B Mindaro

📋 copy color: '#DBF97B'

red 219 ◦ green 249 ◦ blue 123

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

Shades of Mindaro #DBF97B

Tints of Mindaro #DBF97B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 20.81%

R = 37.06%
G = 42.13%
B = 20.81%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#DBF97B (or 0xDBF97B) is known color: Mindaro. HEX triplet: DB, F9 and 7B. RGB value is (219,249,123). Sum of RGB (Red+Green+Blue) = 219+249+123=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 249 (97.66% from 255 or 42.13% from 591); Blue value is 123 (48.44% from 255 or 20.81% from 591); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF97B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF97B is #240684. Grayscale: #E2E2E2. Windows color (decimal): -2360965 or 8124891. OLE color: 8124891.

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

Color convert

RGB 219 249 123 -
CMYK 0.12 0 0.51 0.02
HSL 74.29º 0.91% 0.73% -
HSV(B) 74.29º 0.51% 0.98% -
XYZ 66.66 84.24 31.49 -
YUV 225.67 70.06 123.25 -
System Red Green Blue C M Y K H S L
Decimal 219 249 123 0.12 0 0.51 0.02 74.29 0.91 0.73
Hex DB F9 7B C 0 33 2 4A 5B 49
Octal 333 371 173 14 0 63 2 112 133 111
Binary 11011011 11111001 1111011 1100 0 110011 10 1001010 1011011 1001001

Color Harmonies of #DBF97B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF97B

Black with #DBF97B

Text Example


Text Example

White with #DBF97B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF97B; }

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

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

background-color css

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

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

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

border-color css

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

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

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