Html Css Color HEX #DBF062 Mindaro

📋 copy color: '#DBF062'

red 219 ◦ green 240 ◦ blue 98

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

Shades of Mindaro #DBF062

Tints of Mindaro #DBF062

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.09%

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

R = 39.32%
G = 43.09%
B = 17.59%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#DBF062 (or 0xDBF062) is known color: Mindaro. HEX triplet: DB, F0 and 62. RGB value is (219,240,98). Sum of RGB (Red+Green+Blue) = 219+240+98=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 240 (94.14% from 255 or 43.09% from 557); Blue value is 98 (38.67% from 255 or 17.59% from 557); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF062 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF062 is #240F9D. Grayscale: #DADADA. Windows color (decimal): -2363294 or 6484187. OLE color: 6484187.

HSL color Cylindrical-coordinate representation of color #DBF062: hue angle of 68.87º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DBF062 is Cyan = 0.09, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 240 98 -
CMYK 0.09 0 0.59 0.06
HSL 68.87º 0.83% 0.66% -
HSV(B) 68.87º 0.59% 0.94% -
XYZ 62.58 78.26 23.36 -
YUV 217.53 60.54 129.05 -
System Red Green Blue C M Y K H S L
Decimal 219 240 98 0.09 0 0.59 0.06 68.87 0.83 0.66
Hex DB F0 62 9 0 3B 6 45 53 42
Octal 333 360 142 11 0 73 6 105 123 102
Binary 11011011 11110000 1100010 1001 0 111011 110 1000101 1010011 1000010

Color Harmonies of #DBF062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF062

Black with #DBF062

Text Example


Text Example

White with #DBF062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF062; }

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

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

background-color css

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

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

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

border-color css

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

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

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