Html Css Color HEX #DBF273 Mindaro

📋 copy color: '#DBF273'

red 219 ◦ green 242 ◦ blue 115

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

Shades of Mindaro #DBF273

Tints of Mindaro #DBF273

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.01%

 BLUE value IS 115 (45.31% from 255) = 19.97%

R = 38.02%
G = 42.01%
B = 19.97%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#DBF273 (or 0xDBF273) is known color: Mindaro. HEX triplet: DB, F2 and 73. RGB value is (219,242,115). Sum of RGB (Red+Green+Blue) = 219+242+115=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 242 (94.92% from 255 or 42.01% from 576); Blue value is 115 (45.31% from 255 or 19.97% from 576); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF273 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF273 is #240D8C. Grayscale: #DDDDDD. Windows color (decimal): -2362765 or 7598811. OLE color: 7598811.

HSL color Cylindrical-coordinate representation of color #DBF273: hue angle of 70.87º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBF273 is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 242 115 -
CMYK 0.10 0 0.52 0.05
HSL 70.87º 0.83% 0.7% -
HSV(B) 70.87º 0.52% 0.95% -
XYZ 64.06 79.8 28.25 -
YUV 220.65 68.38 126.83 -
System Red Green Blue C M Y K H S L
Decimal 219 242 115 0.10 0 0.52 0.05 70.87 0.83 0.7
Hex DB F2 73 A 0 34 5 47 53 46
Octal 333 362 163 12 0 64 5 107 123 106
Binary 11011011 11110010 1110011 1010 0 110100 101 1000111 1010011 1000110

Color Harmonies of #DBF273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF273

Black with #DBF273

Text Example


Text Example

White with #DBF273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF273; }

 p { color: rgb(219,242,115); }

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

background-color css

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

 a { background-color: rgb(219,242,115); }

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

border-color css

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

 span { border-color: rgb(219,242,115); }

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