Html Css Color HEX #DBF763 Mindaro

📋 copy color: '#DBF763'

red 219 ◦ green 247 ◦ blue 99

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

Shades of Mindaro #DBF763

Tints of Mindaro #DBF763

RGB

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

 GREEN value IS 247 (96.88% from 255) = 43.72%

 BLUE value IS 99 (39.06% from 255) = 17.52%

R = 38.76%
G = 43.72%
B = 17.52%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#DBF763 (or 0xDBF763) is known color: Mindaro. HEX triplet: DB, F7 and 63. RGB value is (219,247,99). Sum of RGB (Red+Green+Blue) = 219+247+99=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 247 (96.88% from 255 or 43.72% from 565); Blue value is 99 (39.06% from 255 or 17.52% from 565); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF763 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF763 is #24089C. Grayscale: #DEDEDE. Windows color (decimal): -2361501 or 6551515. OLE color: 6551515.

HSL color Cylindrical-coordinate representation of color #DBF763: hue angle of 71.35º degrees, saturation: 0.9, 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 #DBF763 is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 219 247 99 -
CMYK 0.11 0 0.60 0.03
HSL 71.35º 0.9% 0.68% -
HSV(B) 71.35º 0.6% 0.97% -
XYZ 64.73 82.48 24.31 -
YUV 221.76 58.72 126.03 -
System Red Green Blue C M Y K H S L
Decimal 219 247 99 0.11 0 0.60 0.03 71.35 0.9 0.68
Hex DB F7 63 B 0 3C 3 47 5A 44
Octal 333 367 143 13 0 74 3 107 132 104
Binary 11011011 11110111 1100011 1011 0 111100 11 1000111 1011010 1000100

Color Harmonies of #DBF763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF763

Black with #DBF763

Text Example


Text Example

White with #DBF763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF763; }

 p { color: rgb(219,247,99); }

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

background-color css

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

 a { background-color: rgb(219,247,99); }

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

border-color css

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

 span { border-color: rgb(219,247,99); }

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