Html Css Color HEX #DBF06C Mindaro

📋 copy color: '#DBF06C'

red 219 ◦ green 240 ◦ blue 108

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

Shades of Mindaro #DBF06C

Tints of Mindaro #DBF06C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.05%

R = 38.62%
G = 42.33%
B = 19.05%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#DBF06C (or 0xDBF06C) is known color: Mindaro. HEX triplet: DB, F0 and 6C. RGB value is (219,240,108). Sum of RGB (Red+Green+Blue) = 219+240+108=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 240 (94.14% from 255 or 42.33% from 567); Blue value is 108 (42.58% from 255 or 19.05% from 567); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF06C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF06C is #240F93. Grayscale: #DBDBDB. Windows color (decimal): -2363284 or 7139547. OLE color: 7139547.

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

Color convert

RGB 219 240 108 -
CMYK 0.09 0 0.55 0.06
HSL 69.55º 0.81% 0.68% -
HSV(B) 69.55º 0.55% 0.94% -
XYZ 63.08 78.46 26.01 -
YUV 218.67 65.54 128.23 -
System Red Green Blue C M Y K H S L
Decimal 219 240 108 0.09 0 0.55 0.06 69.55 0.81 0.68
Hex DB F0 6C 9 0 37 6 46 51 44
Octal 333 360 154 11 0 67 6 106 121 104
Binary 11011011 11110000 1101100 1001 0 110111 110 1000110 1010001 1000100

Color Harmonies of #DBF06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF06C

Black with #DBF06C

Text Example


Text Example

White with #DBF06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF06C; }

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

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

background-color css

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

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

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

border-color css

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

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

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