Html Css Color HEX #DBF75B Mindaro

📋 copy color: '#DBF75B'

red 219 ◦ green 247 ◦ blue 91

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

Shades of Mindaro #DBF75B

Tints of Mindaro #DBF75B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.34%

R = 39.32%
G = 44.34%
B = 16.34%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.63

 K value IS 0.03

RGB Variations

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

Color information

#DBF75B (or 0xDBF75B) is known color: Mindaro. HEX triplet: DB, F7 and 5B. RGB value is (219,247,91). Sum of RGB (Red+Green+Blue) = 219+247+91=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 247 (96.88% from 255 or 44.34% from 557); Blue value is 91 (35.94% from 255 or 16.34% from 557); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF75B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF75B is #2408A4. Grayscale: #DDDDDD. Windows color (decimal): -2361509 or 6027227. OLE color: 6027227.

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

Color convert

RGB 219 247 91 -
CMYK 0.11 0 0.63 0.03
HSL 70.77º 0.91% 0.66% -
HSV(B) 70.77º 0.63% 0.97% -
XYZ 64.36 82.34 22.4 -
YUV 220.84 54.72 126.68 -
System Red Green Blue C M Y K H S L
Decimal 219 247 91 0.11 0 0.63 0.03 70.77 0.91 0.66
Hex DB F7 5B B 0 3F 3 47 5B 42
Octal 333 367 133 13 0 77 3 107 133 102
Binary 11011011 11110111 1011011 1011 0 111111 11 1000111 1011011 1000010

Color Harmonies of #DBF75B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF75B

Black with #DBF75B

Text Example


Text Example

White with #DBF75B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF75B; }

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

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

background-color css

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

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

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

border-color css

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

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

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