Html Css Color HEX #DBF262 Mindaro

📋 copy color: '#DBF262'

red 219 ◦ green 242 ◦ blue 98

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

Shades of Mindaro #DBF262

Tints of Mindaro #DBF262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 17.53%

R = 39.18%
G = 43.29%
B = 17.53%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#DBF262 (or 0xDBF262) is known color: Mindaro. HEX triplet: DB, F2 and 62. RGB value is (219,242,98). Sum of RGB (Red+Green+Blue) = 219+242+98=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 242 (94.92% from 255 or 43.29% from 559); Blue value is 98 (38.67% from 255 or 17.53% from 559); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF262 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF262 is #240D9D. Grayscale: #DBDBDB. Windows color (decimal): -2362782 or 6484699. OLE color: 6484699.

HSL color Cylindrical-coordinate representation of color #DBF262: hue angle of 69.58º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DBF262 is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 242 98 -
CMYK 0.10 0 0.60 0.05
HSL 69.58º 0.85% 0.67% -
HSV(B) 69.58º 0.6% 0.95% -
XYZ 63.17 79.45 23.56 -
YUV 218.71 59.88 128.21 -
System Red Green Blue C M Y K H S L
Decimal 219 242 98 0.10 0 0.60 0.05 69.58 0.85 0.67
Hex DB F2 62 A 0 3C 5 46 55 43
Octal 333 362 142 12 0 74 5 106 125 103
Binary 11011011 11110010 1100010 1010 0 111100 101 1000110 1010101 1000011

Color Harmonies of #DBF262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF262

Black with #DBF262

Text Example


Text Example

White with #DBF262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF262; }

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

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

background-color css

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

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

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

border-color css

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

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

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