Html Css Color HEX #DBF765 Mindaro

📋 copy color: '#DBF765'

red 219 ◦ green 247 ◦ blue 101

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

Shades of Mindaro #DBF765

Tints of Mindaro #DBF765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 17.81%

R = 38.62%
G = 43.56%
B = 17.81%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#DBF765 (or 0xDBF765) is known color: Mindaro. HEX triplet: DB, F7 and 65. RGB value is (219,247,101). Sum of RGB (Red+Green+Blue) = 219+247+101=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 247 (96.88% from 255 or 43.56% from 567); Blue value is 101 (39.84% from 255 or 17.81% from 567); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF765 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF765 is #24089A. Grayscale: #DEDEDE. Windows color (decimal): -2361499 or 6682587. OLE color: 6682587.

HSL color Cylindrical-coordinate representation of color #DBF765: hue angle of 71.51º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DBF765 is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.

Color convert

RGB 219 247 101 -
CMYK 0.11 0 0.59 0.03
HSL 71.51º 0.9% 0.68% -
HSV(B) 71.51º 0.59% 0.97% -
XYZ 64.82 82.52 24.82 -
YUV 221.98 59.72 125.87 -
System Red Green Blue C M Y K H S L
Decimal 219 247 101 0.11 0 0.59 0.03 71.51 0.9 0.68
Hex DB F7 65 B 0 3B 3 48 5A 44
Octal 333 367 145 13 0 73 3 110 132 104
Binary 11011011 11110111 1100101 1011 0 111011 11 1001000 1011010 1000100

Color Harmonies of #DBF765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF765

Black with #DBF765

Text Example


Text Example

White with #DBF765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF765; }

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

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

background-color css

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

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

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

border-color css

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

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

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