Html Css Color HEX #DBF862 Mindaro

📋 copy color: '#DBF862'

red 219 ◦ green 248 ◦ blue 98

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

Shades of Mindaro #DBF862

Tints of Mindaro #DBF862

RGB

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

 GREEN value IS 248 (97.27% from 255) = 43.89%

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

R = 38.76%
G = 43.89%
B = 17.35%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#DBF862 (or 0xDBF862) is known color: Mindaro. HEX triplet: DB, F8 and 62. RGB value is (219,248,98). Sum of RGB (Red+Green+Blue) = 219+248+98=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 248 (97.27% from 255 or 43.89% from 565); Blue value is 98 (38.67% from 255 or 17.35% from 565); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF862 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF862 is #24079D. Grayscale: #DEDEDE. Windows color (decimal): -2361246 or 6486235. OLE color: 6486235.

HSL color Cylindrical-coordinate representation of color #DBF862: hue angle of 71.6º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DBF862 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 219 248 98 -
CMYK 0.12 0 0.60 0.03
HSL 71.6º 0.91% 0.68% -
HSV(B) 71.6º 0.6% 0.97% -
XYZ 64.99 83.08 24.17 -
YUV 222.23 57.89 125.7 -
System Red Green Blue C M Y K H S L
Decimal 219 248 98 0.12 0 0.60 0.03 71.6 0.91 0.68
Hex DB F8 62 C 0 3C 3 48 5B 44
Octal 333 370 142 14 0 74 3 110 133 104
Binary 11011011 11111000 1100010 1100 0 111100 11 1001000 1011011 1000100

Color Harmonies of #DBF862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF862

Black with #DBF862

Text Example


Text Example

White with #DBF862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF862; }

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

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

background-color css

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

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

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

border-color css

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

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

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