Html Css Color HEX #DBF274 Mindaro

📋 copy color: '#DBF274'

red 219 ◦ green 242 ◦ blue 116

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

Shades of Mindaro #DBF274

Tints of Mindaro #DBF274

RGB

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

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

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

R = 37.95%
G = 41.94%
B = 20.1%

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

#DBF274 (or 0xDBF274) is known color: Mindaro. HEX triplet: DB, F2 and 74. RGB value is (219,242,116). Sum of RGB (Red+Green+Blue) = 219+242+116=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 242 (94.92% from 255 or 41.94% from 577); Blue value is 116 (45.70% from 255 or 20.10% from 577); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF274 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF274 is #240D8B. Grayscale: #DDDDDD. Windows color (decimal): -2362764 or 7664347. OLE color: 7664347.

HSL color Cylindrical-coordinate representation of color #DBF274: hue angle of 70.95º 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 #DBF274 is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 242 116 -
CMYK 0.10 0 0.52 0.05
HSL 70.95º 0.83% 0.7% -
HSV(B) 70.95º 0.52% 0.95% -
XYZ 64.12 79.83 28.55 -
YUV 220.76 68.88 126.75 -
System Red Green Blue C M Y K H S L
Decimal 219 242 116 0.10 0 0.52 0.05 70.95 0.83 0.7
Hex DB F2 74 A 0 34 5 47 53 46
Octal 333 362 164 12 0 64 5 107 123 106
Binary 11011011 11110010 1110100 1010 0 110100 101 1000111 1010011 1000110

Color Harmonies of #DBF274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF274

Black with #DBF274

Text Example


Text Example

White with #DBF274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF274; }

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

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

background-color css

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

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

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

border-color css

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

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

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